ChannelMemberCountByGroup class abstract

An object describing group member information in a channel

Properties:

Constructors

ChannelMemberCountByGroup([void updates(ChannelMemberCountByGroupBuilder b)])
factory

Properties

channelMemberCount num?
Total number of group members in the channel
no setter
channelMemberTimezonesCount num?
Total number of unique timezones for the group members in the channel
no setter
groupId String?
ID of the group
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(ChannelMemberCountByGroupBuilder)) ChannelMemberCountByGroup
Rebuilds the instance.
inherited
toBuilder() ChannelMemberCountByGroupBuilder
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<ChannelMemberCountByGroup>
no setter