IBAN class

Constructors

IBAN(String iban)

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

getAccountNumber() String?
getAccountType() String?
getBankCode() String?
getBban() String
getBranchCheckDigit() String?
getBranchCode() String?
getCheckDigit() String
getCountry() Country?
getCurrencyType() String?
getIdentificationNumber() String?
getNationalCheckDigit() String?
getOwnerAccountType() String?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFormattedString() → dynamic
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

electronicFormat(String iban) String
fromBBAN(String countryCode, String bban) String
isValid(String iban) bool
isValidBBAN(String countryCode, String bban) bool
printFormat(String iban, [String separator = " "]) String
random([Country? cc]) IBAN
sample(String cc) String
toBBAN(String iban, [String separator = " "]) String