sweepAmount property

  1. @BuiltValueField.new(wireName: r'sweepAmount')
Amount? get sweepAmount

The amount that must be pushed out or pulled in. You can configure either sweepAmount or targetAmount, not both.

Implementation

@BuiltValueField(wireName: r'sweepAmount')
Amount? get sweepAmount;