AtomFeed constructor
AtomFeed({
- String? id,
- String? title,
- DateTime? updated,
- List<
AtomItem> ? items, - List<
AtomLink> ? links, - List<
AtomPerson> ? authors, - List<
AtomPerson> ? contributors, - List<
AtomCategory> ? categories, - AtomGenerator? generator,
- String? icon,
- String? logo,
- String? rights,
- String? subtitle,
Default constructor for the AtomFeed class
Implementation
AtomFeed({
this.id,
this.title,
this.updated,
this.items,
this.links,
this.authors,
this.contributors,
this.categories,
this.generator,
this.icon,
this.logo,
this.rights,
this.subtitle,
});