notMatchRetweet method

LogicalChannel notMatchRetweet()
inherited

The negated representation of matchRetweet.

Implementation

LogicalChannel notMatchRetweet() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedIsRetweet(),
    );