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