CountryUtils class
CountryUtils A utility class providing methods for retrieving country information and validating phone numbers.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
getCountryByDialCode(
String dialCode) → Country? - Retrieve a country by its dial code.
-
getCountryByIsoCode(
String isoCode) → Country? - Retrieve a country by its ISO code.
-
validatePhoneNumber(
String phoneNumber, String dialCode) → bool - Validate a phone number based on the country's dial code.
-
validatePhoneNumberByContry(
String phoneNumber, Country country) → bool - Validate a phone number based on the country