klyn.Type.FLAG_ABSTRACT
field
public static readonly FLAG_ABSTRACT as Int = 16
Description

Flag used for abstract types/members.

Example
print(Type.FLAG_ABSTRACT)