toJson method

String toJson()
inherited

Implementation

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