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