nor method

dynamic nor(
  1. dynamic expressions
)

Implementation

nor(expressions) {
  return _logicOP(LogicCommandLiteral.NOR, expressions);
}