notMatchPlace method

LogicalChannel notMatchPlace(
  1. String value
)
inherited

The negated representation of matchPlace.

Implementation

LogicalChannel notMatchPlace(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedPlace(value),
    );