notMatchRetweetedBy method

LogicalChannel notMatchRetweetedBy(
  1. String user
)
inherited

The negated representation of matchRetweetedBy.

Implementation

LogicalChannel notMatchRetweetedBy(final String user) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedRetweetedBy(user),
    );