notMatchTweetContainsMedia method

LogicalChannel notMatchTweetContainsMedia()
inherited

The negated representation of matchTweetContainsMedia.

Implementation

LogicalChannel notMatchTweetContainsMedia() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasMedia(),
    );