MmChannelUnreadAt constructor

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

Returns a new MmChannelUnreadAt instance.

Implementation

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