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