User class abstract

Constructors

User([dynamic updates(UserBuilder b)])
factory

Properties

active bool
no setter
createdAt String
no setter
defaultAppID int
no setter
defaultAppURL String
no setter
email String
no setter
firstName String
no setter
groups → BuiltList<UserGroup>
no setter
hashCode int
The hash code for this object.
no setterinherited
icon String
no setter
id int
no setter
impersonate bool
no setter
lastName String
no setter
organizationGroups → BuiltList<OrganizationGroup>
no setter
organizationID int
no setter
organizations → BuiltList<UserOrganization>
no setter
pending bool
no setter
phone String
no setter
relationID int?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
services Services?
no setter
tempUUID String?
no setter
token String?
no setter
updatedAt String
no setter
uuid String
no setter
verificationCodes → BuiltList<VerificationCode>
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(UserBuilder)) User
Rebuilds the instance.
inherited
toBuilder() UserBuilder
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<User>
no setter

Static Methods

fromJson(String jsonString) User?
listFromJson(dynamic jsonString) → BuiltList<User>