toJson method

  1. @override
Object toJson()
override

Implementation

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