Code enum
Values
- notFound → const Code
-
A phone number was not found
- invalid → const Code
-
Invalid phone number
- invalidCountryCallingCode → const Code
-
invalid country code
Valid example: 33 for france
- invalidIsoCode → const Code
-
invalid alpha-2 code (example valid)
Valid example: FR for france
- inputIsTooLong → const Code
-
Input has reached the maximum limit
Properties
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