toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final annotationFilter = this.annotationFilter;
  final annotationSpecCount = this.annotationSpecCount;
  final createTime = this.createTime;
  final displayName = this.displayName;
  final etag = this.etag;
  final metadata = this.metadata;
  final name = this.name;
  final problemType = this.problemType;
  final supportAutomlTraining = this.supportAutomlTraining;
  final updateTime = this.updateTime;
  return {
    'annotationFilter': ?annotationFilter,
    'annotationSpecCount': ?annotationSpecCount,
    'createTime': ?createTime,
    'displayName': ?displayName,
    'etag': ?etag,
    'metadata': ?metadata,
    'name': ?name,
    'problemType': ?problemType,
    'supportAutomlTraining': ?supportAutomlTraining,
    'updateTime': ?updateTime,
  };
}