menu
flight_booking_app package
documentation
shopping_agent_service.dart
PriceRange
PriceRange.new constructor
PriceRange.new constructor
dark_mode
light_mode
PriceRange
constructor
PriceRange
(
{
required
double
min
,
required
double
max
,
required
String
currency
,
required
String
symbol
,
})
Implementation
PriceRange({ required this.min, required this.max, required this.currency, required this.symbol, });
flight_booking_app package
documentation
shopping_agent_service
PriceRange
PriceRange.new constructor
PriceRange class