and static method

Implementation

static MeiliAndOperatorExpression and(
  List<MeiliOperatorExpressionBase> operands,
) =>
    MeiliAndOperatorExpression.fromList(operands);