Skip to content
This repository has been archived by the owner on Jul 20, 2022. It is now read-only.

Why are dialCode & countryCOde nullable strings? #190

Open
imedboumalek opened this issue Mar 22, 2022 · 0 comments
Open

Why are dialCode & countryCOde nullable strings? #190

imedboumalek opened this issue Mar 22, 2022 · 0 comments

Comments

@imedboumalek
Copy link

/// 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;

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant