UInternetPackageItem constructor

UInternetPackageItem({
  1. String? id,
  2. String? title,
  3. int? amount,
  4. int? simType,
  5. String? duration,
  6. String? offerCode,
  7. int? packageDType,
  8. String? capacity,
})

Implementation

UInternetPackageItem({
  this.id,
  this.title,
  this.amount,
  this.simType,
  this.duration,
  this.offerCode,
  this.packageDType,
  this.capacity,
});