PrimitiveType constructor

const PrimitiveType(
  1. PrimitiveTypes primitiveType
)

Constructs a primitive type from a PrimitiveTypes enum value.

Implementation

const PrimitiveType(super.primitiveType);