isNotUnknown property

bool get isNotUnknown

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

Implementation

bool get isNotUnknown => !isUnknown;