menu
angular_compiler package
documentation
v1/src/compiler/expression_parser/ast.dart
FunctionCall
FunctionCall.new constructor
FunctionCall.new 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
[], ]);
angular_compiler package
documentation
v1/src/compiler/expression_parser/ast
FunctionCall
FunctionCall.new constructor
FunctionCall class