getMethod abstract method

MethodDeclaration? getMethod(
  1. String methodName
)

Returns a method by name, or null if not found.

Implementation

MethodDeclaration? getMethod(String methodName);