knownValue property

KnownInteractionEvent? get knownValue

Implementation

KnownInteractionEvent? get knownValue =>
    isKnownValue ? data as KnownInteractionEvent : null;