ChannelsChannelParticipant constructor

const ChannelsChannelParticipant({
  1. required ChannelParticipantBase participant,
  2. required List<ChatBase> chats,
  3. required List<UserBase> users,
})

Channels Channel Participant constructor.

Implementation

const ChannelsChannelParticipant({
  required this.participant,
  required this.chats,
  required this.users,
}) : super._();