TCountry constructor
const
TCountry({})
Implementation
const TCountry({
required this.name,
required this.code,
required this.dialCode,
required this.flag,
required this.format,
required this.timezones,
});