ChatJoinChannel constructor

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

Implementation

ChatJoinChannel({
  required this.channel,
  this.userName,
});