fee property

double fee

Implementation

double get fee {
  return selectedPaymentMethod.value == PaymentMethod.cardPayment ? 2.9 : 0;
}