factory Storefront.fromJson(Map<String, dynamic> json) => Storefront( countryCode: json['countryCode'] as String, );