Country constructor
Country({})
Implementation
Country({
required this.id,
required this.lang,
required this.code,
required this.alpha3Code,
required this.name,
required this.allowedDocs,
required this.flag,
required this.avatar,
required this.documents,
});