ServerHeaderAnnotation constructor
ServerHeaderAnnotation({
- required String? name,
- required ServerPipe? pipe,
- required bool all,
Implementation
ServerHeaderAnnotation({
required this.name,
required this.pipe,
required this.all,
});