minValue property

int minValue

The minimum value of the range. The participant can not proceed if the number is outside the range.

Implementation

int get minValue => _minValue;
void minValue= (int minValue)

Implementation

set minValue(int minValue) {
  this._minValue = minValue;
}