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