UChargeInternet constructor

UChargeInternet({
  1. required int operator,
  2. required String title,
  3. required List<UChargeInternetPreDefinedAmounts> pinAmountsList,
  4. required List<UChargeInternetPreDefinedAmounts> topupAmountsList,
})

Implementation

UChargeInternet({
  required this.operator,
  required this.title,
  required this.logo,
  required this.pinAmountsList,
  required this.topupAmountsList,
});