notExists static method

Implementation

static MeiliNotExistsOperatorExpression notExists(
        MeiliAttributeExpression attribute) =>
    MeiliNotExistsOperatorExpression(attribute);