toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
  if (annotationLabels != null) 'annotationLabels': annotationLabels!,
  if (dataItemLabels != null) 'dataItemLabels': dataItemLabels!,
  if (gcsSource != null) 'gcsSource': gcsSource!,
  if (importSchemaUri != null) 'importSchemaUri': importSchemaUri!,
};