RssPodcastIndexLiveItem class

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
author String?
final
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
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?