dart_pod
dart_pod
Show
title property
title
dart_pod
dart_pod
Show
title property
Show class
Constructors
Show
Properties
author
copyright
description
doc
episodes
homepage
logoUrl
title
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static methods
newFromURL
title
property
String
title
The title of the show
Implementation
String get title { return doc.findAllElements("title").first.text; }