Query constructor
Query({
- required FeatureType featureType,
- required String match,
Implementation
Query({required this.featureType, required this.match});