AtomPerson class
The person element is used to specify the author of an entry or feed. See https://tools.ietf.org/html/rfc4287#section-3.2
Constructors
- AtomPerson({String? name, String? uri, String? email})
- Default constructor for the AtomPerson class
- AtomPerson.parse(XmlElement element)
-
Parse constructor for the AtomPerson class, used when 'parsing' a feed
factory
Properties
- email → String?
-
The email 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, must be an IRI reference
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