bacs property

Implementation

BACSAccountIdentifierBuilder get bacs =>
    _$this._bacs ??= BACSAccountIdentifierBuilder();
set bacs (BACSAccountIdentifierBuilder? bacs)

Implementation

set bacs(BACSAccountIdentifierBuilder? bacs) => _$this._bacs = bacs;