value property

T value
final

The value of the given FormzInput. For example, if you have a FormzInput for FirstName, the value could be 'Joe'.

Implementation

final T value;