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

True when the method is public.

Example
method = type(user).getMethod("displayName")
assert method.isPublic