ach property

Implementation

ACHAccountIdentifierBuilder get ach =>
    _$this._ach ??= ACHAccountIdentifierBuilder();

Implementation

set ach(ACHAccountIdentifierBuilder? ach) => _$this._ach = ach;