ChatParticipantCreator constructor

const ChatParticipantCreator({
  1. required int userId,
})

Chat Participant Creator constructor.

Implementation

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