matchQuote method

LogicalChannel matchQuote()
inherited

Returns all Quote Tweets, also known as Tweets with comments.

Type

Availability

  • Essential

Implementation

LogicalChannel matchQuote() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createIsQuote(),
    );