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

True when the method is private.

Example
method = type(user).getMethod("_normalize")
print(method.isPrivate)