A data object that holds a retrieved state value with its key.
Description
This class provides a way to create a data object that holds a retrieved state value with its key.
Fields
Key
A unique state key
string json:"key" bson:"key"
Value
A unique state key
T `json:“value” bson:“value”