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

True when the method is static.

Example
method = type(Application).getMethod("time")
assert method.isStatic