klyn.Type.name
property
public readonly property name as String:
Description
Short type name without package prefix. t = Int.type print(t.name)
Example