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