AmityUser class

Amity User

Available Extensions

Constructors

AmityUser()

Properties

avatarCustomUrl String?
Avatar Custom Url
getter/setter pair
avatarFileId String?
Avatart file Id
getter/setter pair
avatarUrl String?
Avatar Url
getter/setter pair
createdAt DateTime?
User created date
getter/setter pair
description String?
Description
getter/setter pair
displayName String?
Display name
getter/setter pair
flagCount int?
Flag count for the user
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hashFlag Map<String, dynamic>?
Hash Flag
getter/setter pair
id String?
doc id
getter/setter pair
isFlaggedByMe bool
check if user is flagged by me
no setter
isGlobalBan bool?
Flag to check if user ban globally
getter/setter pair
listen StreamController<AmityUser>
no setter
metadata Map<String, dynamic>?
Metadata for the user
getter/setter pair
path String?
User Path
getter/setter pair
roles List<String>?
User roles for the community
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
User updated date
getter/setter pair
userId String?
user Id
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
Encode the AmityUser object
toMap() Map<String, dynamic>
Convert AmityUser to Map object
toString() String
A string representation of this object.
override

Operators

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