toJson method

Map<String, dynamic> toJson()

Implementation

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