not method

dynamic not(
  1. dynamic expressions
)

Implementation

not(expressions) {
  return _logicOP(LogicCommandLiteral.NOT, expressions);
}