menu
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast.dart
FunctionCall
FunctionCall constructor
FunctionCall constructor
dark_mode
light_mode
FunctionCall
constructor
FunctionCall
(
AST
target
,
List
<
AST
>
args
, [
List
<
NamedExpr
>
namedArgs
=
const []
])
Implementation
FunctionCall( this.target, this.args, [ this.namedArgs = const [], ]);
ngcompiler package
documentation
v1/src/compiler/expression_parser/ast
FunctionCall
FunctionCall constructor
FunctionCall class