User class abstract

Implementers
Available extensions

Constructors

User()

Properties

accountConfirmedAt DateTime?
no setter
active bool?
no setter
createdAt DateTime
no setter
email String?
no setter
firstName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String
no setter
lastName String?
no setter
profilePictureUrl String?
no setter
revoked bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
no setter
username String?
no setter

Methods

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

Operators

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