isNotValid property

bool isNotValid

Whether the FormzInput values are not all valid.

Implementation

bool get isNotValid => !isValid;