RssPodcastIndexLiveItem constructor
const
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,
Implementation
const RssPodcastIndexLiveItem({
this.title,
this.description,
this.link,
this.author,
this.status,
this.start,
this.end,
this.guid,
this.images,
this.itunesImage,
this.alternateEnclosure,
this.persons,
this.enclosure,
this.contentLinks,
});