linktsp_api
list_model
PriceRange
PriceRange constructor
PriceRange
PriceRange
constructor
Null safety
PriceRange
(
{
double
?
minPrice
,
double
?
maxPrice
}
)
Implementation
PriceRange({ this.minPrice, this.maxPrice, });
linktsp_api
list_model
PriceRange
PriceRange constructor
PriceRange class
Constructors
PriceRange
fromJson
Properties
hashCode
maxPrice
minPrice
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==