ChatJoinChannel constructor

ChatJoinChannel({
  1. required String channel,
  2. String? userName,
})

Implementation

factory ChatJoinChannel({
  required String channel,
  String? userName,
}) = _ChatJoinChannelImpl;