AFibStoreStackEntry constructor
AFibStoreStackEntry({
- required AFStore? store,
- required AFDispatcher? dispatcher,
Implementation
AFibStoreStackEntry({
required this.store,
required this.dispatcher,
});