WooCartItem constructor
WooCartItem({})
Implementation
WooCartItem(
{this.key,
this.id,
this.quantity,
this.name,
this.sku,
this.permalink,
this.images,
this.price,
this.linePrice,
this.variation});