ServerQueryAnnotation constructor
ServerQueryAnnotation({
- required String? name,
- required ServerPipe? pipe,
- required bool all,
Implementation
ServerQueryAnnotation({
required this.name,
required this.pipe,
required this.all,
});