state property

T get state

Get the current state (with usage tracking)

Implementation

T get state {
  _trackDirectAccess();
  return _state;
}