Show class
This class holds data about a podcast.
Don't use the constructor. Instead, use newFromURL.
Constructors
- Show()
Properties
-
The author of this podcast
read-only
- copyright → String
-
The copyright for this show
read-only
- description → String
-
This shows description
read-only
- doc ↔ XmlDocument
-
read / write
-
episodes
→ List<
Episode> -
Returns a list of Episodes. [...]
read-only
- homepage → String
-
The shows homepage url
read-only
- logoUrl → String
-
The url to the shows logo/album art image
read-only
- title → String
-
The title of the show
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator. [...]
inherited
Static Methods
-
newFromURL(
String uri) → Future< Show> - Creates a new Show from an RSS url. [...]