Map<String, dynamic> toJson() { final json = <String, dynamic>{}; json[r'events'] = this.events; return json; }