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