toJson method

Map<String, dynamic> toJson()

Implementation

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