isNotUnknownValue property

bool get isNotUnknownValue

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

Implementation

bool get isNotUnknownValue => !isUnknownValue;