isPure property

bool isPure
final

If the FormzInput is pure (has been touched/modified). Typically when the FormzInput is initially created, it is created using the FormzInput.pure constructor to signify that the user has not modified it.

For subsequent changes (in response to user input), the FormzInput.dirty constructor should be used to signify that the FormzInput has been manipulated.

Implementation

final bool isPure;