toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (dataLabelingJob != null) 'dataLabelingJob': dataLabelingJob!,
      if (method != null) 'method': method!,
      if (operation != null) 'operation': operation!,
    };