WelcomeScreenChannel constructor

WelcomeScreenChannel({
  1. required String channelId,
  2. required String description,
  3. String? emojiId,
  4. String? emojiName,
})

Implementation

WelcomeScreenChannel({
  required this.channelId,
  required this.description,
  this.emojiId,
  this.emojiName,
});