getMethod abstract method

MethodElement? getMethod(
  1. String name
)

Returns the method with the given name, or null if not found.

Implementation

MethodElement? getMethod(String name);