RssPodcastIndex class

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

Constructors

RssPodcastIndex({List<RssPodcastIndexFunding?>? funding, List<RssPodcastIndexPerson?>? persons, RssPodcastIndexLocked? locked, List<RssPodcastIndexLiveItem?>? liveItems})
const

Properties

funding List<RssPodcastIndexFunding?>?
List of funding tags.
final
hashCode int
The hash code for this object.
no setterinherited
liveItems List<RssPodcastIndexLiveItem?>?
final
locked RssPodcastIndexLocked?
The purpose is to tell other podcast hosting platforms whether they are allowed to import this feed.
final
persons List<RssPodcastIndexPerson?>?
List of persons associated with the podcast.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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?