notMatchTweetContainsCashtags method

LogicalChannel notMatchTweetContainsCashtags()
inherited

The negated representation of matchTweetContainsCashtags.

Implementation

LogicalChannel notMatchTweetContainsCashtags() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasCashtags(),
    );