getMethod2 abstract method

  1. @Deprecated('Use getMethod instead')
MethodElement? getMethod2(
  1. String name
)

Returns the method from methods that has the given name.

Implementation

@Deprecated('Use getMethod instead')
MethodElement? getMethod2(String name);