StateValue<T>

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

Description

TODO: add description

Fields

key

A unique state key

public String key;

value

A unique state key

public T value;