getMethod abstract method

MethodDeclaration? getMethod(
  1. String name
)

Returns the method declared in the class/mixin with the given name, or null if there is no such method.

Implementation

MethodDeclaration? getMethod(String name);