HomeFiltersAvailable class

Constructors

HomeFiltersAvailable({num? maxPrice, num? minPrice, String? maxPriceFormat, String? minPriceFormat, String? currencySymbol, String? currency, String? thousandSeparator, String? decimalSeparator, num? maxArea, num? minArea, String? sizeUnit, List<HomeAttributes>? attributes})
HomeFiltersAvailable.fromJson(Map<String, dynamic> json)

Properties

attributes List<HomeAttributes>?
getter/setter pair
currency String?
getter/setter pair
currencySymbol String?
getter/setter pair
decimalSeparator String?
getter/setter pair
getSizeUnit String?
no setter
hashCode int
The hash code for this object.
no setterinherited
maxArea num?
getter/setter pair
maxPrice num?
getter/setter pair
maxPriceFormat String?
getter/setter pair
minArea num?
getter/setter pair
minPrice num?
getter/setter pair
minPriceFormat String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeUnit String?
getter/setter pair
thousandSeparator String?
getter/setter pair

Methods

copyWith({int? maxPrice, int? minPrice, String? maxPriceFormat, String? minPriceFormat, String? currencySymbol, String? currency, int? maxArea, int? minArea, String? sizeUnit, List<HomeAttributes>? attributes}) HomeFiltersAvailable
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited