knownValueOrNull property

Returns known value if this data is known, otherwise null.

Implementation

KnownProfileAssociatedChatAllowIncoming? get knownValueOrNull =>
    isKnownValue ? knownValue : null;