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