SearchFilters constructor

SearchFilters({
  1. List<String>? countryCodes,
  2. List<String>? excludePlaceIds,
  3. int? limit,
  4. ViewBox? viewBox,
  5. String? email,
  6. bool? dedupe,
})

Implementation

SearchFilters({
  this.countryCodes,
  this.excludePlaceIds,
  this.limit,
  this.viewBox,
  this.email,
  this.dedupe,
});