notMatchUrlDescription method

LogicalChannel notMatchUrlDescription(
  1. String value
)
inherited

The negated representation of matchUrlDescription.

Implementation

LogicalChannel notMatchUrlDescription(final String value) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedUrlDescription(value),
    );