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