isInvalid property

bool get isInvalid

Returns true if this result represents an invalid value.

Implementation

bool get isInvalid => !isValid;