knownValue property

Returns known value.

Make sure to check if this object is known value with isKnownValue.

Implementation

KnownPutRecordValidationStatus get knownValue =>
    this.data as KnownPutRecordValidationStatus;