ChannelFilterPipe<T> constructor
Implementation
ChannelFilterPipe({
required this.channel,
this.filterEncoded = true,
this.filterDecoded = true,
this.allowAnyChannel = true,
});
ChannelFilterPipe({
required this.channel,
this.filterEncoded = true,
this.filterDecoded = true,
this.allowAnyChannel = true,
});