ChannelUsers constructor
ChannelUsers({})
Implementation
ChannelUsers(
{this.userId,
this.channelId,
this.membership,
this.isBanned,
this.lastActivity,
this.roles,
this.permissions,
this.readToSegment,
this.lastMentionedSegment,
this.isMuted,
this.muteTimeout,
this.createdAt,
this.updatedAt});