menu
cedar package
documentation
ast.dart
Expr
Expr.negate const constructor
Expr.negate const constructor
dark_mode
light_mode
Expr.negate
constructor
const
Expr.negate
(
Expr
arg
)
Implementation
const factory Expr.negate(Expr arg) = ExprNegate;
cedar package
documentation
ast
Expr
Expr.negate const constructor
Expr class