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