not method
dynamic
not(
- dynamic expressions
Implementation
not(expressions) {
return _logicOP(LogicCommandLiteral.NOT, expressions);
}
not(expressions) {
return _logicOP(LogicCommandLiteral.NOT, expressions);
}