CloseElementAst constructor

CloseElementAst(
  1. String name
)

Creates a synthetic close element AST.

Implementation

factory CloseElementAst(
  String name,
) = _SyntheticCloseElementAst;