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