MmChannelMemberCountByGroup constructor

MmChannelMemberCountByGroup({
  1. String? groupId,
  2. num? channelMemberCount,
  3. num? channelMemberTimezonesCount,
})

Returns a new MmChannelMemberCountByGroup instance.

Implementation

MmChannelMemberCountByGroup({
  this.groupId,
  this.channelMemberCount,
  this.channelMemberTimezonesCount,
});