Return this node's parent node, or null if this node is the root of an AST structure.
null
Note that the relationship between an AST node and its parent node may change over the lifetime of a node.
@override AstNode get parent;