FormValueState<T> constructor

FormValueState<T>({
  1. T? value,
  2. Validator<T>? validator,
})

Implementation

FormValueState({this.value, this.validator});