triggerAmount property

AmountBuilder get triggerAmount

Implementation

AmountBuilder get triggerAmount => _$this._triggerAmount ??= AmountBuilder();
set triggerAmount (AmountBuilder? triggerAmount)

Implementation

set triggerAmount(AmountBuilder? triggerAmount) =>
    _$this._triggerAmount = triggerAmount;