ArrayType constructor
- PrimitiveTypes primitiveType
Constructs an array type for the specified primitive element type.
Implementation
const ArrayType(super.primitiveType);
Constructs an array type for the specified primitive element type.
const ArrayType(super.primitiveType);