maxValue property

int? get maxValue

Implementation

int? get maxValue => _$this._maxValue;
set maxValue (int? maxValue)

Implementation

set maxValue(int? maxValue) => _$this._maxValue = maxValue;