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