ASTNode constructor
ASTNode(})
Implementation
ASTNode(
this.type, {
this.isStatement = false,
this.isAwait = false,
this.isBlock = false,
this.source,
this.line = 0,
this.column = 0,
this.offset = 0,
this.length = 0,
});