notMatchCashtag method

LogicalChannel notMatchCashtag(
  1. String value
)
inherited

The negated representation of matchCashtag.

Implementation

LogicalChannel notMatchCashtag(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedCashtag(value),
    );