UserBuilder class

Constructors

UserBuilder()

Properties

createdOn String?
getter/setter pair
failedSignIns int?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
getter/setter pair
identities ↔ ListBuilder<UserIdentitiesInner>
getter/setter pair
isSuspended bool?
getter/setter pair
lastName String?
getter/setter pair
lastSignedIn String?
getter/setter pair
organizations ↔ ListBuilder<String>
getter/setter pair
picture String?
getter/setter pair
preferredEmail String?
getter/setter pair
providedId String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
totalSignIns int?
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