historySize property

int get historySize

Gets the history size for memory monitoring.

Implementation

int get historySize {
  _checkNotDisposed();
  return _stateHistory.length;
}