isNotValid property

bool isNotValid

Whether the FormzInput value is not valid. A value is invalid when the overridden validator returns an error (non-null value).

Implementation

bool get isNotValid => !isValid;