copyright property

String copyright

The copyright for this show

Implementation

String get copyright {
  return doc.findAllElements("copyright").first.text;
}