AutomaticReloadPaymentSummaryItem constructor

AutomaticReloadPaymentSummaryItem({
  1. required String label,
  2. required double amount,
  3. required double thresholdAmount,
})

Implementation

AutomaticReloadPaymentSummaryItem({
  required this.label,
  required this.amount,
  required this.thresholdAmount,
});