ValueState<T> constructor
ValueState<T> ()
Creates a new ValueState with an auto-generated key.
Implementation
ValueState() : uniqueKey = UniqueKey();
Creates a new ValueState with an auto-generated key.
ValueState() : uniqueKey = UniqueKey();