RssPodcastIndexLiveItem class
The liveItem
XML element.
https://github.com/Podcastindex-org/podcast-namespace/blob/main/docs/1.0.md#live-item
Constructors
-
RssPodcastIndexLiveItem({String? title, String? description, String? link, String? author, String? status, String? start, String? end, RssPodcastIndexGuid? guid, RssPodcastIndexLiveItemImages? images, RssItunesImage? itunesImage, RssPodcastIndexAlternateEnclosure? alternateEnclosure, List<
RssPodcastIndexPerson> ? persons, RssEnclosure? enclosure, List<RssPodcastIndexContentLink> ? contentLinks}) -
const
Properties
- alternateEnclosure → RssPodcastIndexAlternateEnclosure?
-
final
-
final
-
contentLinks
→ List<
RssPodcastIndexContentLink> ? -
final
- description → String?
-
final
- enclosure → RssEnclosure?
-
final
- end → String?
-
final
- guid → RssPodcastIndexGuid?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- images → RssPodcastIndexLiveItemImages?
-
final
- itunesImage → RssItunesImage?
-
final
- link → String?
-
final
-
persons
→ List<
RssPodcastIndexPerson> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- start → String?
-
final
- status → String?
-
final
- title → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
parse(
XmlElement? element) → RssPodcastIndexLiveItem?