getMethod abstract method

MethodElement? getMethod(
  1. String name
)

Returns the method with the given name, or null if this element does not have a method with the given name.

Implementation

MethodElement? getMethod(String name);