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