AFStateTestContextForState constructor

AFStateTestContextForState(
  1. AFStateTest test,
  2. AFConceptualStore targetStore, {
  3. required bool isTrueTestContext,
})

Implementation

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