ServerBodyAnnotation constructor

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

Implementation

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