menu
neo_concierge
app/modules/flight_search/controllers/flight_search_controller.dart
FlightSearchController
isStandard property
isStandard
dark_mode
light_mode
isStandard
property
bool
isStandard
Implementation
bool get isStandard => flightType.value == FlightType.standard;
neo_concierge
flight_search_controller
FlightSearchController
isStandard property
FlightSearchController class