isNotKnownValue property

bool get isNotKnownValue

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

Implementation

bool get isNotKnownValue => !isKnownValue;