HomeFiltersAvailable constructor

HomeFiltersAvailable({
  1. num? maxPrice,
  2. num? minPrice,
  3. String? maxPriceFormat,
  4. String? minPriceFormat,
  5. String? currencySymbol,
  6. String? currency,
  7. String? thousandSeparator,
  8. String? decimalSeparator,
  9. num? maxArea,
  10. num? minArea,
  11. String? sizeUnit,
  12. List<HomeAttributes>? attributes,
})

Implementation

HomeFiltersAvailable(
    {this.maxPrice,
    this.minPrice,
    this.maxPriceFormat,
    this.minPriceFormat,
    this.currencySymbol,
    this.currency,
    this.thousandSeparator,
    this.decimalSeparator,
    this.maxArea,
    this.minArea,
    this.sizeUnit,
    this.attributes});