toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final generativeQuestionConfig = this.generativeQuestionConfig;
  final updateMask = this.updateMask;
  return {
    'generativeQuestionConfig': ?generativeQuestionConfig,
    'updateMask': ?updateMask,
  };
}