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