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