isNotKnownValue property
bool
get
isNotKnownValue
Returns true if this is not known value, otherwise false.
Implementation
bool get isNotKnownValue => !isKnownValue;
Returns true if this is not known value, otherwise false.
bool get isNotKnownValue => !isKnownValue;