ShopifySharpFulfillmentOriginAddress constructor

const ShopifySharpFulfillmentOriginAddress({
  1. String? address1,
  2. String? address2,
  3. String? city,
  4. String? countryCode,
  5. String? provinceCode,
  6. String? zip,
})

Implementation

const ShopifySharpFulfillmentOriginAddress({
  this.address1,
  this.address2,
  this.city,
  this.countryCode,
  this.provinceCode,
  this.zip,
});