AmityChannelMember class
- Available extensions
Constructors
Properties
- channelId ↔ String?
-
Channel ID
getter/setter pair
- displayName ↔ String?
-
Display Name
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isBanned ↔ bool?
-
is user banned
getter/setter pair
- isDeleted ↔ bool?
-
is Deleted
getter/setter pair
- isMuted ↔ bool?
-
is Muted
getter/setter pair
-
listen
→ StreamController<
AmityChannelMember> -
no setter
- membership ↔ AmityMembershipType
-
Member ship
getter/setter pair
- permissions ↔ AmityPermissions?
-
user channel permissions
getter/setter pair
- roles ↔ AmityRoles?
-
user channel roles
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- user ↔ AmityUser?
-
User
getter/setter pair
- userId ↔ String?
-
Channel ID
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited