notMatchUrlPartially method

LogicalChannel notMatchUrlPartially(
  1. String value
)
inherited

The negated representation of matchUrlPartially.

Implementation

LogicalChannel notMatchUrlPartially(final String value) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedUrlContains(value),
    );