getMethod2 abstract method

MethodElement2? getMethod2(
  1. String name
)

Returns the method from methods2 that has the given name.

Implementation

MethodElement2? getMethod2(String name);