intMapStoreFactory top-level property

StoreFactoryBase<int, Map<String, Object?>> intMapStoreFactory
final

Store factory with key as int and value as Map

Implementation

final intMapStoreFactory = StoreFactoryBase<int, Map<String, Object?>>();