menu
neo_concierge
app/modules/flight_search/controllers/flight_search_controller.dart
FlightSearchController
cheapestStandardPrice property
cheapestStandardPrice
dark_mode
light_mode
cheapestStandardPrice
property
double
cheapestStandardPrice
Implementation
double get cheapestStandardPrice => (cheapestStandardTrip.value?.totalDiscountedPrice ?? 0);
neo_concierge
flight_search_controller
FlightSearchController
cheapestStandardPrice property
FlightSearchController class