ShopifyCountryResponse constructor

ShopifyCountryResponse({
  1. List<ShopifyCountry>? countries,
})

Implementation

ShopifyCountryResponse({this.countries});