Represents a variable in the AST.
See:
https://haxe.org/manual/expression-var.html
expr:Null<Expr>
The expression of the variable, if available.
name:String
The name of the variable.
type:Null<ComplexType>
The type-hint of the variable, if available.