Overrides Node::__construct
public function __construct(string $varName) { parent::__construct([], [ 'var_name' => $varName, ]); }