LineItems constructor
LineItems({
- int? id,
- int? variantId,
- String? title,
- int? quantity,
- String? sku,
- String? variantTitle,
- String? vendor,
- String? fulfillmentService,
- int? productId,
- bool? requiresShipping,
- bool? taxable,
- bool? giftCard,
- String? name,
- String? variantInventoryManagement,
- List<
Null> ? properties, - bool? productExists,
- int? fulfillableQuantity,
- int? grams,
- String? price,
- String? totalDiscount,
- Null fulfillmentStatus,
- List<
Null> ? discountAllocations, - List<
Null> ? duties, - String? adminGraphqlApiId,
- 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});