notMatchUrl method

LogicalChannel notMatchUrl(
  1. String value
)
inherited

The negated representation of matchUrl.

Implementation

LogicalChannel notMatchUrl(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedUrl(value),
    );