AFibStoreStackEntry constructor

AFibStoreStackEntry({
  1. required AFStore? store,
  2. required AFDispatcher? dispatcher,
})

Implementation

AFibStoreStackEntry({
  required this.store,
  required this.dispatcher,
});