isNotValid property

bool get isNotValid
inherited

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;