klyn.reflection.Constructor.isAccessible
property
public property isAccessible as Boolean:
Description

Allows reflective access to non-public constructors when enabled.

Example
ctor = User.type.getConstructor()
ctor.isAccessible = true