PatchField<T>.value constructor

const PatchField<T>.value(
  1. T value
)

Implementation

const PatchField.value(T value)
  : state = PatchFieldState.value,
    _value = value;