ListLiteral constructor

ListLiteral(
  1. List<AstNode> elements
)

Implementation

ListLiteral(this.elements);