Country constructor
Country({})
Implementation
Country({
this.phoneCode,
this.countryCode,
this.e164Sc,
this.geographic,
this.level,
this.name,
this.nameLocalized,
this.example,
this.displayName,
this.fullExampleWithPlusSign,
this.displayNameNoCountryCode,
this.e164Key,
this.phoneNumberLength,
});