isNotInteractionSeen property

bool get isNotInteractionSeen

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

Implementation

bool get isNotInteractionSeen => !isInteractionSeen;