value property Null safety

String value
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;