LineItems constructor

LineItems({
  1. String? id,
  2. Images? images,
  3. String? name,
  4. int? quantity,
  5. String? title,
  6. String? variantTitle,
  7. OriginalUnitPriceSet? originalUnitPriceSet,
  8. OriginalUnitPriceSet? originalTotalSet,
})

Implementation

LineItems(
    {this.id,
    this.images,
    this.name,
    this.quantity,
    this.title,
    this.variantTitle,
    this.originalUnitPriceSet,
    this.originalTotalSet});