AFLibraryProgrammingInterfaceContext constructor

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

Implementation

AFLibraryProgrammingInterfaceContext({
  required AFDispatcher dispatcher,
  required AFConceptualStore targetStore,
}): super(
  dispatcher: dispatcher,
  targetStore: targetStore,
);