Iban class

Constructors

Iban(String? countryCode)

Properties

basicBankAccountNumber String?
getter/setter pair
basicBankAccountNumberHintText String
no setter
checkDigits String?
getter/setter pair
checkDigitsHintText String
no setter
countryCode String?
getter/setter pair
countryCodeHintText String
no setter
electronicFormat String
no setter
hashCode int
The hash code for this object.
no setterinherited
isValid bool
no setter
maxBasicBankAccountNumberLength int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toPrintFormat String
no setter

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.
inherited