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