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

True when the constructor is protected.

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