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