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