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

True when the method is protected.

Example
method = type(widget).getMethod("paint")
print(method.isProtected)