orList method

Implementation

MeiliOrOperatorExpression orList(List<MeiliOperatorExpressionBase> others) =>
    MeiliOrOperatorExpression.fromList([this, ...others]);