ItunesItem class

Singe Itunes item

Constructors

ItunesItem.fromXml(UniversalFeed uf, XmlElement node)
Creates an ItunesItem from an XmlElement
factory

Properties

block String?
The episode show or hide status.
getter/setter pair
duration String?
The duration of an episode.
getter/setter pair
episode String?
An episode number.
getter/setter pair
episodeType String?
The episode's type.
getter/setter pair
explicit String?
The episode parental advisory information.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
image Image?
The episode artwork.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
season String?
The episode's season number.
getter/setter pair
summary String?
Short episode's description
getter/setter pair
title String?
An episode title specific for Apple Podcasts.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited