Rss1Item constructor
const
Rss1Item({
- String? title,
- String? description,
- String? link,
- DublinCore? dc,
- RssContent? content,
Implementation
const Rss1Item({
this.title,
this.description,
this.link,
this.dc,
this.content,
});