klyn.Type.isNative
property
public readonly property isNative as Boolean:
Description
Indicates whether the type is native. print(Int.type.isNative)
Example