RssItem constructor
RssItem({
- String? title,
- String? description,
- String? link,
- List<
RssCategory> ? categories, - String? guid,
- DateTime? pubDate,
- String? author,
- String? comments,
- RssSource? source,
- RssContent? content,
- Media? media,
- RssEnclosure? enclosure,
- DublinCore? dc,
- Itunes? itunes,
Default constructor for the RssItem class
Implementation
RssItem({
this.title,
this.description,
this.link,
this.categories,
this.guid,
this.pubDate,
this.author,
this.comments,
this.source,
this.content,
this.media,
this.enclosure,
this.dc,
this.itunes,
});