StateValue

A data object that holds a retrieved state value with its key.

Description

TODO: add description

Constructors

Create new instance of entry

StateEntry(key: str, value: Any)

Fields

key

A unique state key

key: str

value

A unique state key

value: Any