klyn.Type.toString
method
public override toString() as String:
Description

Returns the full type name when available.

Returns

String representation of the type.

Example
print(Int.type.toString())