isInvalid property

bool get isInvalid

Whether any field is invalid.

Implementation

bool get isInvalid => !isValid;