menu
ngcompiler package
documentation
v1/src/compiler/output/output_ast.dart
LiteralVargsExpr
LiteralVargsExpr constructor
LiteralVargsExpr constructor
dark_mode
light_mode
LiteralVargsExpr
constructor
LiteralVargsExpr
(
List
<
Expression
>
entries
)
Implementation
LiteralVargsExpr(this.entries) : super(null);
ngcompiler package
documentation
v1/src/compiler/output/output_ast
LiteralVargsExpr
LiteralVargsExpr constructor
LiteralVargsExpr class