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

Indicates whether the type is marked as override.

Example
print(Int.type.isOverride)