irType property

String get irType

Returns the LLVM IR type representation for this primitive type.

Returns:

  • "i64" for integer types
  • "double" for floating point types

Implementation

String get irType => _irType;