Add option to show country name only in dialog
This commit is contained in:
@@ -23,4 +23,6 @@ class CountryCode {
|
||||
String toString() => "$dialCode";
|
||||
|
||||
String toLongString() => "$dialCode $name";
|
||||
|
||||
String toCountryStringOnly() => '$name';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user