linktsp_api
list_model
PriceRange
toJson method
toJson
toJson
method
Null safety
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "minPrice": minPrice, "maxPrice": maxPrice, };
linktsp_api
list_model
PriceRange
toJson method
PriceRange class
Constructors
PriceRange
fromJson
Properties
hashCode
maxPrice
minPrice
runtimeType
Methods
noSuchMethod
toJson
toString
Operators
operator ==