toJson method

Map<String, dynamic> toJson()

Implementation

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