debugOnlyPublicState property

AFPublicState? get debugOnlyPublicState

Implementation

AFPublicState? get debugOnlyPublicState {
  return AFibF.g.internalOnlyStore(conceptualStore).state.public;
}