title property

String title

The title of the show

Implementation

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