Map<String, dynamic> toJson() { final events = this.events; return { if (events != null) 'events': events, }; }