logoUrl property
The url to the shows logo/album art image
Implementation
String get logoUrl {
return doc.findAllElements("image").first.findElements("url").first.text;
}
The url to the shows logo/album art image
String get logoUrl {
return doc.findAllElements("image").first.findElements("url").first.text;
}