ChannelNotFoundException constructor

ChannelNotFoundException({
  1. required String name,
})

Implementation

ChannelNotFoundException({
  required this.name,
});