CountryInfo constructor
const
CountryInfo({})
Contains information about a country
Implementation
const CountryInfo({
required this.countryCode,
required this.name,
required this.englishName,
required this.isHidden,
required this.callingCodes,
});