ShippingLines constructor

ShippingLines({
  1. String? code,
  2. String? price,
  3. String? source,
  4. String? title,
  5. List<TaxLines>? taxLines,
  6. String? carrierIdentifier,
  7. String? requestedFulfillmentServiceId,
})

Implementation

ShippingLines(
    {this.code,
    this.price,
    this.source,
    this.title,
    this.taxLines,
    this.carrierIdentifier,
    this.requestedFulfillmentServiceId});