InlineObject5Builder class

Constructors

InlineObject5Builder()

Properties

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

Operators

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