notMatchUserBio method

LogicalChannel notMatchUserBio(
  1. String value
)
inherited

The negated representation of matchUserBio.

Implementation

LogicalChannel notMatchUserBio(final String value) => _buffer.appendOperator(
      _standaloneOperation.createNegatedUserBio(value),
    );