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