bsb property

Implementation

BSBAccountIdentifierBuilder get bsb =>
    _$this._bsb ??= BSBAccountIdentifierBuilder();

Implementation

set bsb(BSBAccountIdentifierBuilder? bsb) => _$this._bsb = bsb;