RssPodcastIndex class
Constructors
-
RssPodcastIndex({String? guid, List<
RssPodcastIndexFunding?> ? funding, List<RssPodcastIndexPerson?> ? persons, List<RssPodcastIndexValue?> ? value, RssPodcastIndexLocked? locked, List<RssPodcastIndexBlock?> ? block, RssPodcastIndexLicense? license, String? medium, List<RssPodcastIndexRemoteItem?> ? remoteItem})
Properties
-
block
→ List<
RssPodcastIndexBlock?> ? -
final
-
funding
→ List<
RssPodcastIndexFunding?> ? -
final
- guid → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- license → RssPodcastIndexLicense?
-
final
- locked → RssPodcastIndexLocked?
-
final
- medium → String?
-
final
-
persons
→ List<
RssPodcastIndexPerson?> ? -
final
-
remoteItem
→ List<
RssPodcastIndexRemoteItem?> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
value
→ List<
RssPodcastIndexValue?> ? -
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?