getMethod2 abstract method
Returns the method from methods that has the given name
.
Implementation
@Deprecated('Use getMethod instead')
MethodElement? getMethod2(String name);
Returns the method from methods that has the given name
.
@Deprecated('Use getMethod instead')
MethodElement? getMethod2(String name);