menu
neo_concierge
app/modules/payment/models/flight_payment_object.dart
FlightPaymentObject
isOfferDiscounted property
isOfferDiscounted
dark_mode
light_mode
isOfferDiscounted
property
bool
isOfferDiscounted
Implementation
bool get isOfferDiscounted => (offer?.isDiscounted ?? true);
neo_concierge
flight_payment_object
FlightPaymentObject
isOfferDiscounted property
FlightPaymentObject class