method<R> abstract method

MethodReflection<O, R>? method<R>(
  1. String methodName, [
  2. O? obj
])

Returns a MethodReflection for methodName, with the optional associated obj.

Implementation

MethodReflection<O, R>? method<R>(String methodName, [O? obj]);