NoSuchChannelException constructor

NoSuchChannelException({
  1. required String channel,
})

Implementation

NoSuchChannelException({required this.channel});