getMethod abstract method

MethodElement? getMethod(
  1. String name
)

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);