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