Query constructor

Query({
  1. required FeatureType featureType,
  2. required String match,
})

Implementation

Query({required this.featureType, required this.match});