RssItemPodcastIndex class

This is the root class for the (Podcasting 2.0 namespace)https://github.com/Podcastindex-org/podcast-namespace/blob/main/podcasting2.0.md. at the RssItem level.

Constructors

RssItemPodcastIndex({RssPodcastIndexChapters? chapters, List<RssPodcastIndexTranscript?> transcripts = const <RssPodcastIndexTranscript>[], List<RssPodcastIndexSoundbite?> soundbites = const <RssPodcastIndexSoundbite>[], List<RssPodcastIndexPerson?> persons = const <RssPodcastIndexPerson>[]})
const
RssItemPodcastIndex.parse(XmlElement element)
factory

Properties

chapters RssPodcastIndexChapters?
An optional list of chapters for the episode.
final
hashCode int
The hash code for this object.
no setterinherited
persons List<RssPodcastIndexPerson?>
An option list of persons for the episode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
soundbites List<RssPodcastIndexSoundbite?>
An optional list of sound bites.
final
transcripts List<RssPodcastIndexTranscript?>
An optional list of URLs that each point to a transcript file.
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