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