menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
Expression
ifNull method
ifNull method
dark_mode
light_mode
ifNull
method
IfNullExpr
ifNull
(
Expression
nullCase
)
Implementation
IfNullExpr ifNull(Expression nullCase) { return IfNullExpr(this, nullCase); }
ngcompiler package
documentation
v1/src/compiler/output/output_ast
Expression
ifNull method
Expression class