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