menu
cedar package
documentation
ast.dart
boolean function
boolean function
dark_mode
light_mode
boolean
function
Expr
boolean
(
bool
value
)
Implementation
Expr boolean(bool value) { return ExprValue(Value.bool(value)); }
cedar package
documentation
ast
boolean function
ast library