maxRoundupAmount property

int? get maxRoundupAmount

Implementation

int? get maxRoundupAmount => _$this._maxRoundupAmount;
set maxRoundupAmount (int? maxRoundupAmount)

Implementation

set maxRoundupAmount(int? maxRoundupAmount) =>
    _$this._maxRoundupAmount = maxRoundupAmount;