historySize property
int
get
historySize
Gets the history size for memory monitoring.
Implementation
int get historySize {
_checkNotDisposed();
return _stateHistory.length;
}
Gets the history size for memory monitoring.
int get historySize {
_checkNotDisposed();
return _stateHistory.length;
}