menu
woosignal_shopify_api package
documentation
models/response/shopify_country_response.dart
ShopifyCountry
ShopifyCountry.new constructor
ShopifyCountry.new constructor
dark_mode
light_mode
ShopifyCountry
constructor
ShopifyCountry
(
{
int
?
id
,
String
?
name
,
String
?
code
,
String
?
taxName
,
double
?
tax
,
List
<
Provinces
>
?
provinces
,
})
Implementation
ShopifyCountry( {this.id, this.name, this.code, this.taxName, this.tax, this.provinces});
woosignal_shopify_api package
documentation
models/response/shopify_country_response
ShopifyCountry
ShopifyCountry.new constructor
ShopifyCountry class