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