notMatchKeyword method

LogicalChannel notMatchKeyword(
  1. String value
)
inherited

The negated representation of matchKeyword.

Implementation

LogicalChannel notMatchKeyword(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedKeyword(value),
    );