menu
cedar package
documentation
ast.dart
Logical
not method
not method
dark_mode
light_mode
not
method
Expr
not
(
)
Implementation
Expr not() { return ExprNot(this); }
cedar package
documentation
ast
Logical
not method
Logical extension on
Expr