Rss1Feed constructor
Rss1Feed({
- String? title,
- String? description,
- String? link,
- List<
Rss1Item> items = const <Rss1Item>[], - String? image,
- UpdatePeriod? updatePeriod,
- int? updateFrequency,
- DateTime? updateBase,
- DublinCore? dc,
Implementation
Rss1Feed({
this.title,
this.description,
this.link,
this.items = const <Rss1Item>[],
this.image,
this.updatePeriod,
this.updateFrequency,
this.updateBase,
this.dc,
});