value property Null safety
final, inherited
The value of the given FormzInput
.
For example, if you have a FormzInput
for FirstName
,
the value could be 'Joe'.
Implementation
final T value;
The value of the given FormzInput
.
For example, if you have a FormzInput
for FirstName
,
the value could be 'Joe'.
final T value;