klyn.Type.isReadonly
property
public readonly property isReadonly as Boolean:
Description

Indicates whether the type is marked readonly.

Example
print(Int.type.isReadonly)