sweepAmount property

AmountBuilder get sweepAmount

Implementation

AmountBuilder get sweepAmount => _$this._sweepAmount ??= AmountBuilder();
set sweepAmount (AmountBuilder? sweepAmount)

Implementation

set sweepAmount(AmountBuilder? sweepAmount) =>
    _$this._sweepAmount = sweepAmount;