InlineObject2Builder class

Constructors

InlineObject2Builder()

Properties

authData String?
getter/setter pair
authService String?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
lastName String?
getter/setter pair
locale String?
getter/setter pair
nickname String?
getter/setter pair
notifyProps UserNotifyPropsBuilder
getter/setter pair
password String?
getter/setter pair
props ↔ JsonObject?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
username String?
getter/setter pair

Methods

build() → _$InlineObject2
Builds.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
replace(InlineObject2 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(InlineObject2Builder)?) → void
Applies updates.
override

Operators

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