maxValue property

int maxValue

Implementation

int get maxValue => _maxValue;
void maxValue= (int maxValue)

Implementation

set maxValue(int maxValue) {
  this._maxValue = maxValue;
}