staticMethod<R> abstract method

MethodReflection<O, R>? staticMethod<R>(
  1. String methodName
)

Returns a static MethodReflection for methodName.

Implementation

MethodReflection<O, R>? staticMethod<R>(String methodName);