menu
neo_concierge
app/modules/flight_search/models/estimate_rate_qoute_model.dart
Estimate
savedPrice property
savedPrice
dark_mode
light_mode
savedPrice
property
double
savedPrice
Implementation
double get savedPrice => (totalOnlinePrice ?? 0) - (estimatedTotalDiscountedPrice ?? 0);
neo_concierge
estimate_rate_qoute_model
Estimate
savedPrice property
Estimate class