FB2Author class

Constructors

FB2Author(String author)

Properties

email String?
The email of the author.
latefinal
firstName String?
The first name of the author.
latefinal
hashCode int
The hash code for this object.
no setterinherited
id String?
The id of the author.
latefinal
lastName String?
The last name of the author.
latefinal
middleName String?
The middle name of the author.
latefinal
nickname String?
The nickname of the author.
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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