ChannelUsers class

Constructors

ChannelUsers({String? userId, String? channelId, String? membership, bool? isBanned, String? lastActivity, List<String>? roles, List<String>? permissions, int? readToSegment, int? lastMentionedSegment, bool? isMuted, String? muteTimeout, String? createdAt, String? updatedAt})
ChannelUsers.fromJson(Map<String, dynamic> json)

Properties

channelId String?
getter/setter pair
createdAt String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isBanned bool?
getter/setter pair
isMuted bool?
getter/setter pair
lastActivity String?
getter/setter pair
lastMentionedSegment int?
getter/setter pair
membership String?
getter/setter pair
muteTimeout String?
getter/setter pair
permissions List<String>?
getter/setter pair
readToSegment int?
getter/setter pair
roles List<String>?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt String?
getter/setter pair
userId String?
getter/setter pair

Methods

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

Operators

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