AtomItem class

Constructors

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})
const
AtomItem.parse(XmlElement element)
factory

Properties

authors List<AtomPerson>
final
categories List<AtomCategory>
final
content String?
final
contributors List<AtomPerson>
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
final
media Media?
final
published String?
final
rights String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source AtomSource?
final
summary String?
final
title String?
final
updated String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited