Type.ofVar constructor

Type.ofVar()

Implementation

Type.ofVar()
    : name = 'var',
      this.nullable = false,
      super();