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

Indicates whether the type is an interface.

Example
print(klyn.threading.Runnable.type.isInterface)