ServerBodyAnnotation constructor

ServerBodyAnnotation({
  1. required List<String>? access,
  2. required ServerPipe? pipe,
  3. required bool? acceptsNull,
})

Implementation

ServerBodyAnnotation({
  required this.access,
  required this.pipe,
  required this.acceptsNull,
});