AtomItem constructor
AtomItem({
- String? id,
- String? title,
- DateTime? updated,
- List<
AtomPerson> ? authors, - List<
AtomLink> ? links, - List<
AtomCategory> ? categories, - List<
AtomPerson> ? contributors, - AtomSource? source,
- String? published,
- String? content,
- String? summary,
- String? rights,
- Media? media,
Default constructor for the AtomItem class
Implementation
AtomItem({
this.id,
this.title,
this.updated,
this.authors,
this.links,
this.categories,
this.contributors,
this.source,
this.published,
this.content,
this.summary,
this.rights,
this.media,
});