PrintifyShippingLineItemsModel constructor

PrintifyShippingLineItemsModel({
  1. String? product_id,
  2. int? variant_id,
  3. int? quantity,
  4. int? print_provider_id,
  5. int? blueprint_id,
  6. String? sku,
})

Implementation

PrintifyShippingLineItemsModel({
  this.product_id,
  this.variant_id,
  this.quantity,
  this.print_provider_id,
  this.blueprint_id,
  this.sku,
});