isInteractionRepost property

bool get isInteractionRepost

Returns true if this value is interactionRepost, otherwise false.

Implementation

bool get isInteractionRepost =>
    this == KnownInteractionEvent.interactionRepost;