getMethod abstract method

  1. @Deprecated('Filter members instead')
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

@Deprecated('Filter members instead')
MethodDeclaration? getMethod(String name);