InterpolationAst.from constructor

InterpolationAst.from(
  1. TemplateAst origin,
  2. String value
)

Create a new synthetic InterpolationAst that originated from origin.

Implementation

factory InterpolationAst.from(
  TemplateAst origin,
  String value,
) = _SyntheticInterpolationAst.from;