LangType constructor

const LangType(
  1. PrimitiveTypes primitiveType
)

Constructs a language type with the specified primitive type.

Implementation

const LangType(this.primitiveType);