DeleteByParams constructor

const DeleteByParams({
  1. dynamic facetFilters,
  2. String? filters,
  3. dynamic numericFilters,
  4. dynamic tagFilters,
  5. String? aroundLatLng,
  6. dynamic aroundRadius,
  7. List<List<double>>? insideBoundingBox,
  8. List<List<double>>? insidePolygon,
})

Returns a new DeleteByParams instance.

Implementation

const DeleteByParams({
  this.facetFilters,
  this.filters,
  this.numericFilters,
  this.tagFilters,
  this.aroundLatLng,
  this.aroundRadius,
  this.insideBoundingBox,
  this.insidePolygon,
});