ServerParamAnnotation constructor

ServerParamAnnotation({
  1. required String? name,
  2. required ServerPipe? pipe,
})

Implementation

ServerParamAnnotation({required this.name, required this.pipe});