ShopifySharpShippingLine constructor

const ShopifySharpShippingLine({
  1. String? carrierIdentifier,
  2. String? code,
  3. bool? isRemoved,
  4. String? phone,
  5. double? price,
  6. double? discountedPrice,
  7. List<ShopifySharpDiscountAllocation>? discountAllocations,
  8. String? source,
  9. String? title,
  10. List<ShopifySharpTaxLine>? taxLines,
  11. ShopifySharpPriceSet? priceSet,
  12. ShopifySharpPriceSet? discountedPriceSet,
  13. int? id,
  14. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpShippingLine({
  this.carrierIdentifier,
  this.code,
  this.isRemoved,
  this.phone,
  this.price,
  this.discountedPrice,
  this.discountAllocations,
  this.source,
  this.title,
  this.taxLines,
  this.priceSet,
  this.discountedPriceSet,
  this.id,
  this.adminGraphqlApiId,
});