LineItems constructor

LineItems({
  1. int? id,
  2. int? variantId,
  3. String? title,
  4. int? quantity,
  5. String? sku,
  6. String? variantTitle,
  7. String? vendor,
  8. String? fulfillmentService,
  9. int? productId,
  10. bool? requiresShipping,
  11. bool? taxable,
  12. bool? giftCard,
  13. String? name,
  14. String? variantInventoryManagement,
  15. List<Null>? properties,
  16. bool? productExists,
  17. int? fulfillableQuantity,
  18. int? grams,
  19. String? price,
  20. String? totalDiscount,
  21. Null fulfillmentStatus,
  22. List<Null>? discountAllocations,
  23. List<Null>? duties,
  24. String? adminGraphqlApiId,
  25. List<Null>? taxLines,
})

Implementation

LineItems(
    {this.id,
    this.variantId,
    this.title,
    this.quantity,
    this.sku,
    this.variantTitle,
    this.vendor,
    this.fulfillmentService,
    this.productId,
    this.requiresShipping,
    this.taxable,
    this.giftCard,
    this.name,
    this.variantInventoryManagement,
    this.properties,
    this.productExists,
    this.fulfillableQuantity,
    this.grams,
    this.price,
    this.totalDiscount,
    this.fulfillmentStatus,
    this.discountAllocations,
    this.duties,
    this.adminGraphqlApiId,
    this.taxLines});