notMatchRetweetOf method

LogicalChannel notMatchRetweetOf(
  1. String tweetId
)
inherited

The negated representation of matchRetweetOf.

Implementation

LogicalChannel notMatchRetweetOf(final String tweetId) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedRetweetsOf(tweetId),
    );