or method

dynamic or(
  1. dynamic expressions
)

Implementation

or(expressions) {
  return _logicOP(LogicCommandLiteral.OR, expressions);
}