toJson method

  1. @override
Object toJson()

Implementation

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