FunctionCallStatement constructor

FunctionCallStatement(
  1. String customFunctionName,
  2. List<DartBlockValue> arguments,
  3. StatementType statementType,
  4. String statementId,
  5. bool isIsolated,
)

Implementation

FunctionCallStatement(
  this.customFunctionName,
  this.arguments,
  super.statementType,
  super.statementId,
  super.isIsolated,
);