irType property

String get irType

Returns the LLVM IR type representation for this language type.

For primitive types, this delegates to the primitive type's irType. For complex types like arrays, this provides the appropriate LLVM syntax.

Implementation

String get irType => primitiveType.irType;