AtomPerson class

Represents a person in the Atom feed.

The AtomPerson class corresponds to the "author" and "contributor" elements in the Atom feed.

Constructors

AtomPerson({String? name, String? uri, String? email})
Constructor for creating an AtomPerson object.
AtomPerson.parse(XmlElement element)
Factory method to parse an XmlElement and create an AtomPerson object from it.
factory

Properties

email String?
The email address of the person.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the person.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri String?
The URI of the person.
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