isNotUnknownValue property
bool
get
isNotUnknownValue
Returns true if this is not unknown value, otherwise false.
Implementation
bool get isNotUnknownValue => !isUnknownValue;
Returns true if this is not unknown value, otherwise false.
bool get isNotUnknownValue => !isUnknownValue;