22 lines
226 B
Markdown

**CLASS**
# `State.Storage`
A class storing the value.
## Properties
### `value`
The stored value.
### `key`
The storage key.
## Methods
### `init(value:)`
Initialize the storage.
- Parameters:
- value: The value.