toString method

  1. @override
String toString()
override

Returns the LLVM IR type string representation of this primitive type.

This is equivalent to accessing the irType getter.

Implementation

@override
toString() => irType;