FormzInput<T, E>.pure constructor

const FormzInput<T, E>.pure(
  1. T value
)

Constructor which create a pure FormzInput with a given value.

Implementation

const FormzInput.pure(T value) : this._(value: value);