notMatchTweetContainsVideoLink method

LogicalChannel notMatchTweetContainsVideoLink()
inherited

The negated representation of matchTweetContainsVideoLink.

Implementation

LogicalChannel notMatchTweetContainsVideoLink() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasVideoLink(),
    );