getMethod abstract method
Returns the method defined directly in this class or augmentation that
has the given name
.
TODO(scheglov) Deprecate and remove it.
Implementation
MethodElement? getMethod(String name);
Returns the method defined directly in this class or augmentation that
has the given name
.
TODO(scheglov) Deprecate and remove it.
MethodElement? getMethod(String name);