imtoori/CountryCodePicker

Why are dialCode & countryCOde nullable strings?

imedboumalek opened this issue · 0 comments

/// the name of the country
String? name;

/// the flag of the country
final String? flagUri;

/// the country code (IT,AF..)
final String? code;

/// the dial code (+39,+93..)
final String? dialCode;