menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
NotNullExpr
NotNullExpr constructor
NotNullExpr constructor
dark_mode
light_mode
NotNullExpr
constructor
NotNullExpr
(
Expression
value
)
Implementation
NotNullExpr(this.value) : super(null);
ngcompiler package
documentation
v1/src/compiler/output/output_ast
NotNullExpr
NotNullExpr constructor
NotNullExpr class