ServerBodyAnnotation constructor
ServerBodyAnnotation({
- required List<
String> ? access, - required ServerPipe? pipe,
Implementation
ServerBodyAnnotation({required this.access, required this.pipe});