ChatParticipantCreator constructor

const ChatParticipantCreator({
  1. required int userId,
  2. String? rank,
})

Chat Participant Creator constructor.

Implementation

const ChatParticipantCreator({required this.userId, this.rank}) : super._();