operator | method

Implementation

MeiliOrOperatorExpression operator |(MeiliOperatorExpressionBase other) {
  return MeiliOrOperatorExpression(first: this, second: other);
}