Request class abstract

Constructors

Request([dynamic updates(RequestBuilder b)])
factory

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(RequestBuilder)) Request
Rebuilds the instance.
inherited
toBuilder() RequestBuilder
Converts the instance to a builder B.
inherited
toJson() String
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<Request>
no setter

Static Methods

fromJson(String jsonString) Request?