SelectedCartoffers constructor

SelectedCartoffers({
  1. String? pog,
  2. String? id,
  3. String? isAttached,
  4. String? assetId,
  5. String? warrantyPeriod,
  6. String? productCode,
  7. String? ownerId,
  8. String? isBundleOffer,
  9. String? replaceWarranty,
  10. String? armProductId,
  11. String? isHasInventoryDevice,
  12. String? imei,
  13. String? subProducts,
  14. String? returnAssetStatus,
  15. int? quantity,
  16. String? parentId,
  17. String? updatedOverridePrice,
  18. String? brandName,
  19. bool? recommended,
  20. bool? autoRefill,
  21. int? groupQuantity,
  22. String? senderMinDetails,
  23. String? receiverMinDetails,
  24. String? startRange,
  25. String? endRange,
})

Implementation

SelectedCartoffers(
    {this.pog,
    this.id,
    this.isAttached,
    this.assetId,
    this.warrantyPeriod,
    this.productCode,
    this.ownerId,
    this.isBundleOffer,
    this.replaceWarranty,
    this.armProductId,
    this.isHasInventoryDevice,
    this.imei,
    this.subProducts,
    this.returnAssetStatus,
    this.quantity,
    this.parentId,
    this.updatedOverridePrice,
    this.brandName,
    this.recommended,
    this.autoRefill,
    this.groupQuantity,
    this.senderMinDetails,
    this.receiverMinDetails,
    this.startRange,
    this.endRange});