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