toJson method

String toJson()

Implementation

String toJson() {
  return GameDialogComponentValueMapper.ensureInitialized()
      .encodeJson<GameDialogComponentValue>(this as GameDialogComponentValue);
}