ItemsData constructor
ItemsData({
- String? itemId,
- String? productId,
- String? brand,
- String? company,
- String? manufacture,
- String? manufactureSort,
- String? price,
- String? mrp,
- List<
PriceToShow> ? priceToShow, - String? batchNo,
- String? quantity,
- String? subTotal,
- String? discount,
- String? discountDisplay,
- String? discountPrice,
- String? totalTaxable,
- String? total,
- String? gst,
- String? sgst,
- String? cgst,
- String? igst,
- String? sgstPrice,
- String? cgstPrice,
- String? igstPrice,
- String? schemeMinPurchase,
- String? schemeProvide,
- String? unitsPerPackage,
- String? perUnitQuantity,
- String? packagingDisplay,
- String? isFree,
- String? expSortDate,
- String? extraClaimProduct,
- String? schemeDiscountPrice,
- String? schemeDiscount,
- String? discountAsPerFixedPrice,
- String? discountAsPerFixed,
- String? productDiscountPrice,
- String? productDiscount,
- String? productDiscountSpecialPrice,
- String? productDiscountSpecial,
- String? productDiscountSpecialCompanyPrice,
- 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});