toJson method

String toJson()
inherited

Implementation

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