fixedAmount property

int? get fixedAmount

Implementation

int? get fixedAmount => _$this._fixedAmount;
set fixedAmount (int? fixedAmount)

Implementation

set fixedAmount(int? fixedAmount) => _$this._fixedAmount = fixedAmount;