toJson method

String toJson()
inherited

Implementation

String toJson() {
  return GameDialogCheckboxValueMapper.ensureInitialized()
      .encodeJson<GameDialogCheckboxValue>(this as GameDialogCheckboxValue);
}