Document constructor

Document(
  1. List<ASTNode> children
)

Implementation

Document(this.children);