klyn.Type.fullName
property
public readonly property fullName as String:
Description

Fully qualified type name.

Example
t = Int.type
print(t.fullName)