intMapStoreFactory top-level property Null safety
final
Store factory with key as int and value as Map
Implementation
final intMapStoreFactory = StoreFactoryBase<int, Map<String, Object?>>();
Store factory with key as int and value as Map
final intMapStoreFactory = StoreFactoryBase<int, Map<String, Object?>>();