public static native type(value as Object) as Type
Returns the runtime type of a value.
The runtime Type instance.
t = Application.type(42) print(t.fullName)