RssItem constructor
const
RssItem({
- String? title,
- String? description,
- String? link,
- List<
RssCategory> categories = const <RssCategory>[], - String? guid,
- String? pubDate,
- String? author,
- String? comments,
- RssSource? source,
- RssContent? content,
- Media? media,
- RssEnclosure? enclosure,
- DublinCore? dc,
- RssItemItunes? itunes,
- RssItemPodcastIndex? podcastIndex,
Implementation
const RssItem({
this.title,
this.description,
this.link,
this.categories = const <RssCategory>[],
this.guid,
this.pubDate,
this.author,
this.comments,
this.source,
this.content,
this.media,
this.enclosure,
this.dc,
this.itunes,
this.podcastIndex,
});