AtomItem constructor
const
AtomItem({
- String? id,
- String? title,
- String? updated,
- List<
AtomPerson> authors = const <AtomPerson>[], - List<
AtomLink> links = const <AtomLink>[], - List<
AtomCategory> categories = const <AtomCategory>[], - List<
AtomPerson> contributors = const <AtomPerson>[], - AtomSource? source,
- String? published,
- String? content,
- String? summary,
- String? rights,
- Media? media,
Implementation
const AtomItem({
this.id,
this.title,
this.updated,
this.authors = const <AtomPerson>[],
this.links = const <AtomLink>[],
this.categories = const <AtomCategory>[],
this.contributors = const <AtomPerson>[],
this.source,
this.published,
this.content,
this.summary,
this.rights,
this.media,
});