toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final dataLabelingAnnotatedDatasets = this.dataLabelingAnnotatedDatasets;
final dataset = this.dataset;
final datasetDisplayName = this.datasetDisplayName;
return {
'dataLabelingAnnotatedDatasets': ?dataLabelingAnnotatedDatasets,
'dataset': ?dataset,
'datasetDisplayName': ?datasetDisplayName,
};
}