UChargeInternetPreDefinedAmounts constructor

UChargeInternetPreDefinedAmounts({
  1. required String title,
  2. required double amount,
})

Implementation

UChargeInternetPreDefinedAmounts({
  required this.title,
  required this.amount,
});