toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() => {
if (annotatedDataset != null) 'annotatedDataset': annotatedDataset!,
if (annotatedDatasetDisplayName != null)
'annotatedDatasetDisplayName': annotatedDatasetDisplayName!,
};