InterpolatedFunctionExpression constructor
InterpolatedFunctionExpression(
- Interpolation name,
- ArgumentInvocation arguments,
- FileSpan span
Implementation
InterpolatedFunctionExpression(this.name, this.arguments, this.span);