FormValueState<T> constructor
FormValueState<T> ({
- T? value,
- Validator<
T> ? validator,
Implementation
FormValueState({this.value, this.validator});
FormValueState({this.value, this.validator});