toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final annotatedDataset = this.annotatedDataset;
final annotatedDatasetDisplayName = this.annotatedDatasetDisplayName;
return {
'annotatedDataset': ?annotatedDataset,
'annotatedDatasetDisplayName': ?annotatedDatasetDisplayName,
};
}