User class

Inheritance
Implemented types

Constructors

User(String email, Authority authority)
User.fromJson(Map<String, dynamic> json)

Properties

additionalInfo Map<String, dynamic>?
getter/setter pairinherited
authority Authority
getter/setter pair
createdTime int?
getter/setter pairinherited
customerId CustomerId?
getter/setter pair
email String
getter/setter pair
firstName String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id UserId?
getter/setter pairinherited
lastName String?
getter/setter pair
phone String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tenantId TenantId?
getter/setter pair

Methods

additionalInfoBasedString([String? toStringBody]) String
inherited
baseDataString([String? toStringBody]) String
inherited
getAdditionalInfo() Map<String, dynamic>?
inherited
getCreatedTime() int?
inherited
getCustomerId() CustomerId?
override
getEntityType() EntityType
getId() UserId?
inherited
getName() String
override
getOwnerId() EntityId?
getTenantId() TenantId?
override
idBasedString() String
inherited
isCustomerUser() bool
isSystemAdmin() bool
isTenantAdmin() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setCreatedTime(int? createdTime) → void
inherited
setId(UserId? id) → dynamic
inherited
setOwnerId(EntityId entityId) → void
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
override

Operators

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