storage library Null safety

Classes

KeyValueStorage
A class to provide helper methods for key value storage using get_storage [...]
MemoryStorage
A class allowing the storage of key value pairs in memory only
ModelStorage<T extends EngineModel>
Storage for EngineModel instances
SimpleStorage<T>
A class to store a value against a defined key in its own namespace
StorageBindings
Storage bindings

Constants

keyValueStorageNamespace → const String
The default container used for key value storage
'irte_key_value_storage'