notMatchUrlTitle method

LogicalChannel notMatchUrlTitle(
  1. String value
)
inherited

The negated representation of matchUrlTitle.

Implementation

LogicalChannel notMatchUrlTitle(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedUrlTitle(value),
    );