toJson method
Implementation
String toJson() {
return GameDialogMapper.ensureInitialized().encodeJson<GameDialog>(
this as GameDialog,
);
}
String toJson() {
return GameDialogMapper.ensureInitialized().encodeJson<GameDialog>(
this as GameDialog,
);
}