FunctionCallStatement constructor
FunctionCallStatement(
- String functionName,
- List<
DartBlockValue> arguments, - StatementType statementType,
- String statementId,
- bool isIsolated,
Implementation
FunctionCallStatement(
this.functionName,
this.arguments,
super.statementType,
super.statementId,
super.isIsolated,
);