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