ListingItem(- {double? rating,
- int? colorOptions,
- List<Size>? sizes,
- List<ColorModel>? colors,
- bool? preOrder,
- DateTime? availabilityDate,
- int? id,
- int? productId,
- String? 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
ListingItem({
this.rating,
this.colorOptions,
this.sizes,
this.colors,
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,
});