You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
/// 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;
The text was updated successfully, but these errors were encountered: