klyn.Type.FLAG_CONST
field
public const FLAG_CONST as Int = 131072
Description

Flag used for compile-time class constants.

Example
print(Type.FLAG_CONST)