UserBuilder class

Constructors

UserBuilder()

Properties

authService String?
getter/setter pair
createAt int?
getter/setter pair
deleteAt int?
getter/setter pair
email String?
getter/setter pair
emailVerified bool?
getter/setter pair
failedAttempts int?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
lastName String?
getter/setter pair
lastPasswordUpdate int?
getter/setter pair
lastPictureUpdate int?
getter/setter pair
locale String?
getter/setter pair
mfaActive bool?
getter/setter pair
nickname String?
getter/setter pair
notifyProps UserNotifyPropsBuilder
getter/setter pair
props ↔ JsonObject?
getter/setter pair
roles String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termsOfServiceCreateAt int?
getter/setter pair
termsOfServiceId String?
getter/setter pair
timezone TimezoneBuilder
getter/setter pair
updateAt int?
getter/setter pair
username String?
getter/setter pair

Methods

build() → _$User
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(User other) → void
Replaces the value in the builder with a new one.
override
toString() String
A string representation of this object.
inherited
update(void updates(UserBuilder)?) → void
Applies updates.
override

Operators

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