ItemsData constructor

ItemsData({
  1. String? itemId,
  2. String? productId,
  3. String? brand,
  4. String? company,
  5. String? manufacture,
  6. String? manufactureSort,
  7. String? price,
  8. String? mrp,
  9. List<PriceToShow>? priceToShow,
  10. String? batchNo,
  11. String? quantity,
  12. String? subTotal,
  13. String? discount,
  14. String? discountDisplay,
  15. String? discountPrice,
  16. String? totalTaxable,
  17. String? total,
  18. String? gst,
  19. String? sgst,
  20. String? cgst,
  21. String? igst,
  22. String? sgstPrice,
  23. String? cgstPrice,
  24. String? igstPrice,
  25. String? schemeMinPurchase,
  26. String? schemeProvide,
  27. String? unitsPerPackage,
  28. String? perUnitQuantity,
  29. String? packagingDisplay,
  30. String? isFree,
  31. String? expSortDate,
  32. String? extraClaimProduct,
  33. String? schemeDiscountPrice,
  34. String? schemeDiscount,
  35. String? discountAsPerFixedPrice,
  36. String? discountAsPerFixed,
  37. String? productDiscountPrice,
  38. String? productDiscount,
  39. String? productDiscountSpecialPrice,
  40. String? productDiscountSpecial,
  41. String? productDiscountSpecialCompanyPrice,
  42. String? productDiscountSpecialCompany,
})

Implementation

ItemsData({
    this.itemId,
    this.productId,
    this.brand,
    this.company,
    this.manufacture,
    this.manufactureSort,
    this.price,
    this.mrp,
    this.priceToShow,
    this.batchNo,
    this.quantity,
    this.subTotal,
    this.discount,
    this.discountDisplay,
    this.discountPrice,
    this.totalTaxable,
    this.total,
    this.gst,
    this.sgst,
    this.cgst,
    this.igst,
    this.sgstPrice,
    this.cgstPrice,
    this.igstPrice,
    this.schemeMinPurchase,
    this.schemeProvide,
    this.unitsPerPackage,
    this.perUnitQuantity,
    this.packagingDisplay,
    this.isFree,
    this.expSortDate,
   this.extraClaimProduct,
  this.schemeDiscountPrice,
  this.schemeDiscount,
  this.discountAsPerFixedPrice,
  this.discountAsPerFixed,
  this.productDiscountPrice,
  this.productDiscount,
  this.productDiscountSpecialPrice,
  this.productDiscountSpecial,
  this.productDiscountSpecialCompanyPrice,
  this.productDiscountSpecialCompany});