notMatchTweetContainsImages method

LogicalChannel notMatchTweetContainsImages()
inherited

The negated representation of matchTweetContainsImages.

Implementation

LogicalChannel notMatchTweetContainsImages() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasImages(),
    );