EmbeddedTemplateAst.from constructor

EmbeddedTemplateAst.from(
  1. TemplateAst origin, {
  2. List<AnnotationAst> annotations,
  3. List<AttributeAst> attributes,
  4. List<StandaloneTemplateAst> childNodes,
  5. List<EventAst> events,
  6. List<PropertyAst> properties,
  7. List<ReferenceAst> references,
  8. List<LetBindingAst> letBindings,
})

Implementation

factory EmbeddedTemplateAst.from(
  TemplateAst origin, {
  List<AnnotationAst> annotations,
  List<AttributeAst> attributes,
  List<StandaloneTemplateAst> childNodes,
  List<EventAst> events,
  List<PropertyAst> properties,
  List<ReferenceAst> references,
  List<LetBindingAst> letBindings,
}) = _SyntheticEmbeddedTemplateAst.from;