MmChannelMember constructor
MmChannelMember({})
Returns a new MmChannelMember instance.
Implementation
MmChannelMember({
this.channelId,
this.userId,
this.roles,
this.lastViewedAt,
this.msgCount,
this.mentionCount,
this.notifyProps,
this.lastUpdateAt,
});