privateState<T> method

T privateState<T>()

Get the private state of this module

Implementation

T privateState<T>() {
  return _reduxStateInner.byName(
    '_$moduleName',
    stackMap: _stackMap,
  );
}