xMax property
dynamic
get
xMax
Implementation
get xMax {
return _xMax;
}
set
xMax
(dynamic value)
Implementation
set xMax(value) {
_xMax = value;
}