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