isAutoMax property
bool
get
isAutoMax
Gets indicates whether auto max or not.
Implementation
bool get isAutoMax {
return _isAutoMax;
}
Gets indicates whether auto max or not.
bool get isAutoMax {
return _isAutoMax;
}