menu
neo_concierge
app/modules/payment/models/payment_details_model.dart
PaymentDetails
isRoundTrip property
isRoundTrip
dark_mode
light_mode
isRoundTrip
property
bool
isRoundTrip
Implementation
bool get isRoundTrip => FlightSearchUtils.mapTripType(tripType)==TripType.roundTrip;
neo_concierge
payment_details_model
PaymentDetails
isRoundTrip property
PaymentDetails class