staticMethod<R> abstract method
Returns a static MethodReflection for methodName
.
Implementation
StaticMethodReflection<O, R>? staticMethod<R>(String methodName);
Returns a static MethodReflection for methodName
.
StaticMethodReflection<O, R>? staticMethod<R>(String methodName);