isNotInteractionLike property
bool
get
isNotInteractionLike
Returns true if this value is not interactionLike, otherwise false.
Implementation
bool get isNotInteractionLike => !isInteractionLike;
Returns true if this value is not interactionLike, otherwise false.
bool get isNotInteractionLike => !isInteractionLike;