toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final agent = this.agent;
  final createTime = this.createTime;
  final humanReview = this.humanReview;
  final id = this.id;
  final parent = this.parent;
  final parentIds = this.parentIds;
  final processor = this.processor;
  return {
    'agent': ?agent,
    'createTime': ?createTime,
    'humanReview': ?humanReview,
    'id': ?id,
    'parent': ?parent,
    'parentIds': ?parentIds,
    'processor': ?processor,
  };
}