staticMethod<R> abstract method

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

Returns a static MethodReflection for methodName.

Implementation

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