FunctionCallStatement.init constructor
FunctionCallStatement.init(
- String functionName,
- List<
DartBlockValue> arguments
Implementation
FunctionCallStatement.init(this.functionName, this.arguments)
: super.init(StatementType.customFunctionCallStatement, isIsolated: true);