klyn.reflection.Constructor.index
property
public readonly property index as Int:
Description

Runtime constructor index on the declaring class.

Example
ctor = User.type.getConstructors()[0]
assert ctor.index >= 0