ServerPipe constructor
ServerPipe({
- required ServerClass pipe,
- required ServerReflect? reflect,
Implementation
ServerPipe({
required this.pipe,
required this.reflect,
});