notMatchUserBioName method

LogicalChannel notMatchUserBioName(
  1. String value
)
inherited

The negated representation of matchUserBioName.

Implementation

LogicalChannel notMatchUserBioName(final String value) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedUserBioName(value),
    );