Instantiates an Country with the specified name, and countryCode
name
countryCode
const Country({ required this.name, required this.countryCode, });