RssPodcastIndexLiveItem constructor

const RssPodcastIndexLiveItem({
  1. String? title,
  2. String? description,
  3. String? link,
  4. String? author,
  5. String? status,
  6. String? start,
  7. String? end,
  8. RssPodcastIndexGuid? guid,
  9. RssPodcastIndexLiveItemImages? images,
  10. RssItunesImage? itunesImage,
  11. RssPodcastIndexAlternateEnclosure? alternateEnclosure,
  12. List<RssPodcastIndexPerson>? persons,
  13. RssEnclosure? enclosure,
  14. 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,
});