Overview
>
klyn
>
Type
>
isReadonly
Overview
Index
Tree
Deprecated
klyn.Type.isReadonly
property
public readonly property isReadonly as Boolean:
Description
Indicates whether the type is marked readonly. print(Int.type.isReadonly)
Example