totalAmount property

double get totalAmount

✅ Total Amount

Implementation

double get totalAmount {
  return amount + feeAmount;
}