isNotClickthroughItem property

bool get isNotClickthroughItem

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

Implementation

bool get isNotClickthroughItem => !isClickthroughItem;