Country constructor
const
Country({})
Implementation
const Country({
required this.code,
required this.dialCode,
required this.displayCC,
required this.flag,
required this.fullCountryCode,
required this.minLength,
required this.maxLength,
required this.name,
this.regionCode,
this.pattern,
});