toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final createTime = this.createTime;
  final label = this.label;
  final labeledResource = this.labeledResource;
  final name = this.name;
  final qaAnswerLabel = this.qaAnswerLabel;
  final updateTime = this.updateTime;
  return {
    'createTime': ?createTime,
    'label': ?label,
    'labeledResource': ?labeledResource,
    'name': ?name,
    'qaAnswerLabel': ?qaAnswerLabel,
    'updateTime': ?updateTime,
  };
}