targetAmount property

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

The amount that must be available in the balance account after the sweep. You can configure either sweepAmount or targetAmount, not both.

Implementation

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