menu
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast.dart
IfNull
IfNull constructor
IfNull constructor
dark_mode
light_mode
IfNull
constructor
IfNull
(
AST
condition
,
AST
nullExp
)
Implementation
IfNull( this.condition, this.nullExp, );
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast
IfNull
IfNull constructor
IfNull class