yMax property

dynamic yMax

Implementation

get yMax {
  return _yMax;
}
void yMax=(dynamic value)

Implementation

set yMax(value) {
  _yMax = value;
}