Author class

Person/Entity that indicates the author of the entry or feed.

Constructors

Author({required String name, required String email, String? url, AuthorType? type})
Creates a new Author object
Author.fromString(String value)
Creates a new Author object from an string
factory
Author.fromXml(XmlElement element)
Creates a new Author object from an XmlElement
factory

Properties

email String
Author's email
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
Author's name
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type AuthorType?
Author relation with the feed/entry
getter/setter pair
url String?
Author's url
getter/setter pair
value String
Returns the parser author's value
no setter

Methods

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

Operators

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