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}; }