isNotValid property

bool get isNotValid

Returns true if this value is not valid, otherwise false.

Implementation

bool get isNotValid => !isValid;