RequestBuilder class

Constructors

RequestBuilder()

Properties

active bool?
getter/setter pair
defaultAppID int?
getter/setter pair
email String?
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon String?
getter/setter pair
id int?
getter/setter pair
inviteToken String?
getter/setter pair
lastName String?
getter/setter pair
organizationID int?
getter/setter pair
organizationToken String?
getter/setter pair
password String?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
getter/setter pair
uuid String?
getter/setter pair
validationRequired bool?
getter/setter pair

Methods

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

Operators

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