isNotValid property

bool isNotValid

Handy getter to check if this result is not valid

Implementation

bool get isNotValid => !isValid;