fundThreshold property

AmountBuilder get fundThreshold

Implementation

AmountBuilder get fundThreshold => _$this._fundThreshold ??= AmountBuilder();
set fundThreshold (AmountBuilder? fundThreshold)

Implementation

set fundThreshold(AmountBuilder? fundThreshold) =>
    _$this._fundThreshold = fundThreshold;