Constructor for Country
const Country({ required this.name, required this.dialCode, required this.isoCode, });