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