PatchField<T>.value constructor
const
PatchField<T>.value (
- T value
Implementation
const PatchField.value(T value)
: state = PatchFieldState.value,
_value = value;
const PatchField.value(T value)
: state = PatchFieldState.value,
_value = value;