isNotInteractionLike property

bool get isNotInteractionLike

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

Implementation

bool get isNotInteractionLike => !isInteractionLike;