CzechBankAccount class

Checks if the bankAccountNumber is valid czech bank account number. String bankAccountNumber must be in format xxxxx-yyyyyyyyyy/zzzz (prefix and bank code are optional) bool withBankCode flag stands for bank code after the slash (/)

Constructors

CzechBankAccount.fromString(String account)

Properties

accountNumber String?
no setter
bankCode String?
no setter
bic String?
no setter
formattedAccount String?
no setter
hashCode int
The hash code for this object.
no setterinherited
iban String?
no setter
prefix String?
no setter
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.
override

Operators

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