ServerPipe constructor

ServerPipe({
  1. required ServerClass pipe,
  2. required ServerReflect? reflect,
})

Implementation

ServerPipe({
  required this.pipe,
  required this.reflect,
});