BicUnknownCountry class final
countryCode is not an ISO 3166-1 alpha-2 code, so positions 5 and 6 are mistyped. Digits landing there arrive here too, since they cannot name a country either.
- Inheritance
-
- Object
- BicFailure
- BicUnknownCountry
Constructors
- BicUnknownCountry(String countryCode)
-
Creates the failure.
const
Properties
- countryCode → String
-
The unrecognised fifth and sixth characters.
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- message → String
-
What went wrong, e.g.
'failed the mod-97 check', for logs.no setteroverride - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- typeName → String
-
The value type that refused the input, e.g.
'Iban'. An explicit string, not a<T>, because extension types erase to their representation at runtime.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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override