debugOnlyPublicState property
AFPublicState?
get
debugOnlyPublicState
inherited
Meant to make the public state visible in the debugger, absolutely not for runtime use.
Implementation
AFPublicState? get debugOnlyPublicState {
return AFibF.g.internalOnlyActiveStore.state.public;
}