maxAmount property

int? get maxAmount

Implementation

int? get maxAmount => _$this._maxAmount;
set maxAmount (int? maxAmount)

Implementation

set maxAmount(int? maxAmount) => _$this._maxAmount = maxAmount;