IBAN class

International Bank Account Number which also is known as SHEBA. Examples values are "IR062960000000100324200001" and "IR 06 2960 0000 0010 0324 2000 01".

Annotations

Constructors

IBAN(String value)
The main constructor.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String
Actual PAN.
final

Methods

isValid() bool
Checks if this IBAN is valid.
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