public readonly property isConst as Boolean:
True if the attribute is a compile-time class constant.
import klyn.reflection attr = Attribute("LIMIT", Int.type, Type.FLAG_STATIC | Type.FLAG_CONST) assert attr.isConst assert attr.isStatic