isNotUnknown property

bool get isNotUnknown

Returns true if this data is not unknown object, otherwise false.

Implementation

bool get isNotUnknown => !isUnknown;