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