copyright property
The copyright for this show
Implementation
String get copyright {
return doc.findAllElements("copyright").first.text;
}
The copyright for this show
String get copyright {
return doc.findAllElements("copyright").first.text;
}