isNotInteractionShare property

bool get isNotInteractionShare

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

Implementation

bool get isNotInteractionShare => !isInteractionShare;