toJson method

String toJson()
inherited

Implementation

String toJson() {
  return GameDialogCheckboxComponentMapper.ensureInitialized()
      .encodeJson<GameDialogCheckboxComponent>(
        this as GameDialogCheckboxComponent,
      );
}