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