or static method

Implementation

static MeiliOrOperatorExpression or(
  List<MeiliOperatorExpressionBase> operands,
) =>
    MeiliOrOperatorExpression.fromList(operands);