klyn.reflection.Constructor.isPrivate
property
public readonly property isPrivate as Boolean:
Description

True when the constructor is private.

Example
print(User.type.getConstructor().isPrivate)