isNotInteractionRepost property

bool get isNotInteractionRepost

Returns true if this value is not interactionRepost, otherwise false.

Implementation

bool get isNotInteractionRepost => !isInteractionRepost;