debugOnlyAppState property

AFComponentStateUnused? get debugOnlyAppState
inherited

Implementation

TState? get debugOnlyAppState {
  return context.debugOnlyPublicState?.components.findState<TState>();
}