notMatchUsername method

LogicalChannel notMatchUsername(
  1. String username
)
inherited

The negated representation of matchUsername.

Implementation

LogicalChannel notMatchUsername(final String username) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedUsername(username),
    );