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. There is no validation or sanitisation on any keys or values; note that keys form part of filenames.

Implementation

StoreMetadata get metadata => StoreMetadata(this);