notMatchQuote method

LogicalChannel notMatchQuote()
inherited

The negated representation of matchQuote.

Implementation

LogicalChannel notMatchQuote() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedIsQuote(),
    );