Country constructor
Country({})
Implementation
Country({
required this.name,
required this.flag,
required this.code,
required this.dialCode,
required this.minLength,
required this.maxLength,
this.regionCode = "",
});