stringMapStoreFactory top-level property

StoreFactoryBase<String, Map<String, Object?>> stringMapStoreFactory
final

Store factory with key as String and value as Map

Implementation

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