RssPodcastIndex class

Represents podcast namespace items at the channel level.

Properties

block List<RssPodcastIndexBlock?>?
Should this RSS feed be ingested or not.
final
funding List<RssPodcastIndexFunding?>?
List of optional funding tags.
final
guid String?
Unique ID for the podcast
final
hashCode int
The hash code for this object.
no setterinherited
license RssPodcastIndexLicense?
Optional licence type for the podcast.
final
locked RssPodcastIndexLocked?
Is this RSS feed locked or not?
final
medium String?
Optional medium type for the podcast such as audiobook.
final
persons List<RssPodcastIndexPerson?>?
List of optional people related to the podcast.
final
remoteItem List<RssPodcastIndexRemoteItem?>?
List of remote items for the podcast.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value List<RssPodcastIndexValue?>?
Optional Lightning block for the podcast
final

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

Static Methods

parse(XmlElement? element) RssPodcastIndex?