LangVar<T extends LangType> constructor
- String ptrName,
- T type
Constructs a language variable with the specified pointer name and type.
Implementation
const LangVar(this.ptrName, this.type);
Constructs a language variable with the specified pointer name and type.
const LangVar(this.ptrName, this.type);