klyn.Type.fullName
property
public readonly property fullName as String:
Description
Fully qualified type name. t = Int.type print(t.fullName)
Example