toJson method

Map<String, dynamic> toJson()

Implementation

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