notMatchTweetContainsHashtags method

LogicalChannel notMatchTweetContainsHashtags()
inherited

The negated representation of matchTweetContainsHashtags.

Implementation

LogicalChannel notMatchTweetContainsHashtags() =>
    _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasHashtags(),
    );