notMatchNullcastTweet method

LogicalChannel notMatchNullcastTweet()
inherited

Removes Tweets created for promotion only on ads.twitter.com that have a "source":"Twitter for Advertisers (legacy)" or "source":"Twitter for Advertisers".

This operator must be negated.

For more info on Nullcasted Tweets, see page on Tweet availability.

Type

Availability

  • Essential

Implementation

LogicalChannel notMatchNullcastTweet() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedIsNullCast(),
    );