menu
neo_concierge
app/modules/flight_search/controllers/flight_search_controller.dart
FlightSearchController
totalTripLength property
totalTripLength
dark_mode
light_mode
totalTripLength
property
int
totalTripLength
Implementation
int get totalTripLength => exclusiveOffers.length + standardOffers.length;
neo_concierge
flight_search_controller
FlightSearchController
totalTripLength property
FlightSearchController class