toJson method

String toJson()

Implementation

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