targetAmount property

AmountBuilder get targetAmount

Implementation

AmountBuilder get targetAmount => _$this._targetAmount ??= AmountBuilder();
set targetAmount (AmountBuilder? targetAmount)

Implementation

set targetAmount(AmountBuilder? targetAmount) =>
    _$this._targetAmount = targetAmount;