InterpolatedFunctionExpression constructor

InterpolatedFunctionExpression(
  1. Interpolation name,
  2. ArgumentInvocation arguments,
  3. FileSpan span
)

Implementation

InterpolatedFunctionExpression(this.name, this.arguments, this.span);