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