IBANBuilder class

Constructors

IBANBuilder()

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

accountNumber(String accountNumber) IBANBuilder
accountType(String accountType) IBANBuilder
bankCode(String bankCode) IBANBuilder
branchCheckDigit(String branchCheckDigit) IBANBuilder
branchCode(String branchCode) IBANBuilder
build([bool fillRandom = true, bool validate = true]) IBAN
country(Country country) IBANBuilder
identificationNumber(String identificationNumber) IBANBuilder
nationalCheckDigit(String nationalCheckDigit) IBANBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
ownerAccountType(String ownerAccountType) IBANBuilder
toString() String
A string representation of this object.
inherited

Operators

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