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