ChannelParticipant constructor
const
ChannelParticipant({})
Channel Participant constructor.
Implementation
const ChannelParticipant({
required this.userId,
required this.date,
this.subscriptionUntilDate,
this.rank,
}) : super._();