toJson method
Implementation
@override
Object toJson() => {
'gcsSource': ?gcsSource?.toJson(),
if (dataItemLabels.isNotDefault) 'dataItemLabels': dataItemLabels,
if (annotationLabels.isNotDefault) 'annotationLabels': annotationLabels,
'importSchemaUri': importSchemaUri,
};