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