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