ChannelMember class abstract

ChannelMember

Properties:

Constructors

ChannelMember([void updates(ChannelMemberBuilder b)])
factory

Properties

channelId String?
no setter
hashCode int
The hash code for this object.
no setterinherited
lastUpdateAt int?
The time in milliseconds the channel member was last updated
no setter
lastViewedAt int?
The time in milliseconds the channel was last viewed by the user
no setter
mentionCount int?
no setter
msgCount int?
no setter
notifyProps ChannelNotifyProps?
no setter
roles String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId String?
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ChannelMemberBuilder)) ChannelMember
Rebuilds the instance.
inherited
toBuilder() ChannelMemberBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<ChannelMember>
no setter