MmChannelUnread constructor

MmChannelUnread({
  1. String? teamId,
  2. String? channelId,
  3. int? msgCount,
  4. int? mentionCount,
})

Returns a new MmChannelUnread instance.

Implementation

MmChannelUnread({
  this.teamId,
  this.channelId,
  this.msgCount,
  this.mentionCount,
});