metadata property

StoreMetadata metadata

Manage custom miscellaneous information tied to this store

Uses a key-value format where both key and value must be String. More advanced requirements should use another package, as this is a basic implementation.

Implementation

StoreMetadata get metadata => StoreMetadata._(storeName);