isNotValid property
bool
get
isNotValid
Whether the FormzInput values are not all valid.
Implementation
bool get isNotValid => !isValid;
Whether the FormzInput values are not all valid.
bool get isNotValid => !isValid;