AFCurrentStateContext constructor

AFCurrentStateContext({
  1. required AFDispatcher dispatcher,
  2. required AFConceptualStore targetStore,
})

Implementation

AFCurrentStateContext({
  required this.dispatcher,
  required this.targetStore,
});