MmTeamUnread constructor

MmTeamUnread({
  1. String? teamId,
  2. int? msgCount,
  3. int? mentionCount,
})

Returns a new MmTeamUnread instance.

Implementation

MmTeamUnread({
  this.teamId,
  this.msgCount,
  this.mentionCount,
});