notMatchTweetContainsGeo method

LogicalChannel notMatchTweetContainsGeo()
inherited

The negated representation of matchTweetContainsGeo.

Implementation

LogicalChannel notMatchTweetContainsGeo() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedHasGeo(),
    );