CartItemModel(- {int? maxQty,
- int? imageId,
- bool? freeBogo,
- dynamic discountBogoid,
- bool? addedForDiscountBogo,
- int? stock,
- int? qty,
- int? minDeliveryPeriod,
- int? maxDeliveryPeriod,
- String? periodName,
- String? deliveryNote,
- bool? preOrder,
- String? availabilityDate,
- int? id,
- int? productId,
- dynamic productCode,
- String? imageUrl,
- String? imageThumbUrl,
- String? title,
- String? seoTitle,
- bool? isOutOfStock,
- double? price,
- double? finalPrice,
- bool? hasDiscount,
- double? discountValue,
- int? discountType,
- String? promoText,
- String? bogoPromoText,
- String? croppedImageUrl,
- bool? enableCropping,
- String? size,
- int? sizeId,
- String? colorHexaCode,
- String? color,
- int? colorId}
)
Implementation
CartItemModel({
this.maxQty,
this.imageId,
this.freeBogo,
this.discountBogoid,
this.addedForDiscountBogo,
this.stock,
this.qty,
this.minDeliveryPeriod,
this.maxDeliveryPeriod,
this.periodName,
this.deliveryNote,
this.preOrder,
this.availabilityDate,
this.id,
this.productId,
this.productCode,
this.imageUrl,
this.imageThumbUrl,
this.title,
this.seoTitle,
this.isOutOfStock,
this.price,
this.finalPrice,
this.hasDiscount,
this.discountValue,
this.discountType,
this.promoText,
this.bogoPromoText,
this.croppedImageUrl,
this.enableCropping,
this.size,
this.sizeId,
this.colorHexaCode,
this.color,
this.colorId,
});