ServerQueryAnnotation constructor

ServerQueryAnnotation({
  1. required String? name,
  2. required ServerPipe? pipe,
  3. required bool all,
})

Implementation

ServerQueryAnnotation({
  required this.name,
  required this.pipe,
  required this.all,
});