notMatchTweetContainsLinks method

LogicalChannel notMatchTweetContainsLinks()
inherited

The negated representation of matchTweetContainsLinks.

Implementation

LogicalChannel notMatchTweetContainsLinks() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasLinks(),
    );