amountValue property

num? get amountValue

Implementation

num? get amountValue => _$this._amountValue;
set amountValue (num? amountValue)

Implementation

set amountValue(num? amountValue) => _$this._amountValue = amountValue;