PromptState<T> constructor
PromptState<T> (
- T value
Creates a new prompt state with initial value.
Implementation
PromptState(this.value);
Creates a new prompt state with initial value.
PromptState(this.value);