isNotInteractionReply property

bool get isNotInteractionReply

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

Implementation

bool get isNotInteractionReply => !isInteractionReply;