AFStateTestContextForState constructor
AFStateTestContextForState(
- AFStateTest test,
- AFConceptualStore targetStore, {
- required bool isTrueTestContext,
Implementation
AFStateTestContextForState(
AFStateTest test,
AFConceptualStore targetStore, {
required bool isTrueTestContext
}
): super(test, isTrueTestContext: isTrueTestContext, targetStore: targetStore);