isNotAcceptsInteractions property

bool get isNotAcceptsInteractions

Returns negated true or false from acceptsInteractions.

Implementation

bool get isNotAcceptsInteractions => !isAcceptsInteractions;