LineItems constructor
LineItems({
- String? id,
- Images? images,
- String? name,
- int? quantity,
- String? title,
- String? variantTitle,
- OriginalUnitPriceSet? originalUnitPriceSet,
- OriginalUnitPriceSet? originalTotalSet,
Implementation
LineItems(
{this.id,
this.images,
this.name,
this.quantity,
this.title,
this.variantTitle,
this.originalUnitPriceSet,
this.originalTotalSet});