iban property

Implementation

IBANAccountIdentifierBuilder get iban =>
    _$this._iban ??= IBANAccountIdentifierBuilder();
set iban (IBANAccountIdentifierBuilder? iban)

Implementation

set iban(IBANAccountIdentifierBuilder? iban) => _$this._iban = iban;