getMethod abstract method

MethodElement? getMethod(
  1. String name
)

Returns the method from methods that has the given name.

Implementation

MethodElement? getMethod(String name);