ShopifySharpAddress constructor
const
ShopifySharpAddress({
- String? address1,
- String? address2,
- String? city,
- String? company,
- String? country,
- String? countryCode,
- String? countryName,
- bool? $default,
- String? firstName,
- String? lastName,
- double? latitude,
- double? longitude,
- String? name,
- String? phone,
- String? province,
- String? provinceCode,
- String? zip,
- int? id,
- 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,
});