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