FilteredNetworkerPipe<T> constructor

FilteredNetworkerPipe<T>({
  1. bool filterEncoded(
    1. T,
    2. Channel
    )?,
  2. bool filterDecoded(
    1. T,
    2. Channel
    )?,
})

Implementation

FilteredNetworkerPipe({
  this.filterEncoded,
  this.filterDecoded,
});