totalSpendAmount property

double totalSpendAmount

Implementation

double get totalSpendAmount =>
    totalAmount - (useNeoMiles.value ? 0 : 0);