LineItems constructor
LineItems({})
Implementation
LineItems(
{this.id,
this.name,
this.productId,
this.variationId,
this.quantity,
this.taxClass,
this.subtotal,
this.subtotalTax,
this.total,
this.totalTax,
this.taxes,
this.metaData,
this.sku,
this.price});