notMatchVerifiedUser method

LogicalChannel notMatchVerifiedUser()
inherited

The negated representation of matchVerifiedUser.

Implementation

LogicalChannel notMatchVerifiedUser() => _buffer.appendSingletonOperator(
      _conjunctionRequiredOperation.createNegatedIsVerified(),
    );