totalAmount property

double totalAmount

Implementation

double get totalAmount => isOffer ? offerTotalPrice : departureTotalPrice + returnTotalPrice;