isNotValid property

bool isNotValid

Alias to ![isValid].

Implementation

bool get isNotValid => !isValid;