UChargeInternet constructor
UChargeInternet({
- required int operator,
- required String title,
- required String logo,
- required List<
UChargeInternetPreDefinedAmounts> pinAmountsList, - required List<
UChargeInternetPreDefinedAmounts> topupAmountsList,
Implementation
UChargeInternet({
required this.operator,
required this.title,
required this.logo,
required this.pinAmountsList,
required this.topupAmountsList,
});