notMatchHashtag method

LogicalChannel notMatchHashtag(
  1. String value
)
inherited

The negated representation of matchHashtag.

Implementation

LogicalChannel notMatchHashtag(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedHashtag(value),
    );