testOnlyActivePrototypeId property

AFPrototypeID? get testOnlyActivePrototypeId

Implementation

AFPrototypeID? get testOnlyActivePrototypeId {
  final state = AFibF.g.internalOnlyActiveStore.state;
  final testId = state.private.testState.activePrototypeId;
  return testId;
}