getMethod abstract method
Returns the method with the given name, or null
if this element does not have a method with the given name.
Implementation
MethodElement? getMethod(String name);
Returns the method with the given name, or null
if this element does not have a method with the given name.
MethodElement? getMethod(String name);