ShopifySharpAddress constructor

const ShopifySharpAddress({
  1. String? address1,
  2. String? address2,
  3. String? city,
  4. String? company,
  5. String? country,
  6. String? countryCode,
  7. String? countryName,
  8. bool? $default,
  9. String? firstName,
  10. String? lastName,
  11. double? latitude,
  12. double? longitude,
  13. String? name,
  14. String? phone,
  15. String? province,
  16. String? provinceCode,
  17. String? zip,
  18. int? id,
  19. String? adminGraphqlApiId,
})

Implementation

const ShopifySharpAddress({
  this.address1,
  this.address2,
  this.city,
  this.company,
  this.country,
  this.countryCode,
  this.countryName,
  this.$default,
  this.firstName,
  this.lastName,
  this.latitude,
  this.longitude,
  this.name,
  this.phone,
  this.province,
  this.provinceCode,
  this.zip,
  this.id,
  this.adminGraphqlApiId,
});