andList method

Implementation

MeiliAndOperatorExpression andList(
        List<MeiliOperatorExpressionBase> others) =>
    MeiliAndOperatorExpression.fromList([this, ...others]);