Country constructor
Country({})
Implementation
Country({
required this.zhCH,
required this.zhHK,
required this.en,
required this.dialCode,
required this.code,
required this.flagUri,
});
Country({
required this.zhCH,
required this.zhHK,
required this.en,
required this.dialCode,
required this.code,
required this.flagUri,
});