notMatchEntity method

LogicalChannel notMatchEntity(
  1. String value
)
inherited

The negated representation of matchEntity.

Implementation

LogicalChannel notMatchEntity(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedEntity(value),
    );