AST constructor

AST({
  1. required List<ASTNode> nodes,
})

Implementation

AST({required this.nodes});