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