menu
neo_concierge
app/modules/flight_search/models/offer_model.dart
OfferModel
maxDuration property
maxDuration
dark_mode
light_mode
maxDuration
property
int
maxDuration
Implementation
int get maxDuration => trips?.map((e) => (e.totalDuration ?? 0)).reduce(max) ?? 0;
neo_concierge
offer_model
OfferModel
maxDuration property
OfferModel class