method<R> abstract method
Returns a MethodReflection for methodName
, with the optional associated obj
.
Implementation
MethodReflection<O, R>? method<R>(String methodName, [O? obj]);
Returns a MethodReflection for methodName
, with the optional associated obj
.
MethodReflection<O, R>? method<R>(String methodName, [O? obj]);