UserModel class abstract

Implemented types
Available extensions

Constructors

UserModel([void updates(UserModelBuilder)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UserModelBuilder)) UserModel
Rebuilds the instance.
inherited
toBuilder() UserModelBuilder
Converts the instance to a builder B.
inherited
toJson() String
override
toMap() Object?
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<UserModel>
no setter

Static Methods

fromJson(String jsonString) UserModel
fromMap(Map<String, dynamic> map) UserModel