RssItunes constructor
const
RssItunes({
- String? author,
- String? summary,
- bool? explicit,
- String? title,
- String? subtitle,
- RssItunesOwner? owner,
- List<
String> keywords = const <String>[], - RssItunesImage? image,
- List<
RssItunesCategory?> categories = const <RssItunesCategory?>[], - RssItunesType? type,
- String? newFeedUrl,
- bool? block,
- bool? complete,
Implementation
const RssItunes({
this.author,
this.summary,
this.explicit,
this.title,
this.subtitle,
this.owner,
this.keywords = const <String>[],
this.image,
this.categories = const <RssItunesCategory?>[],
this.type,
this.newFeedUrl,
this.block,
this.complete,
});