isNotValid property

bool get isNotValid

Whether the FormzInput values are not all valid.

Implementation

bool get isNotValid => !isValid;