notMatchUserBioLocation method

LogicalChannel notMatchUserBioLocation(
  1. String value
)
inherited

The negated representation of matchUserBioLocation.

Implementation

LogicalChannel notMatchUserBioLocation(final String value) =>
    _buffer.appendOperator(
      _standaloneOperation.createNegatedUserBioLocation(value),
    );