LangType constructor
- PrimitiveTypes primitiveType
Constructs a language type with the specified primitive type.
Implementation
const LangType(this.primitiveType);
Constructs a language type with the specified primitive type.
const LangType(this.primitiveType);