getMethod method
Returns the method with the given name
, or null if not found.
Implementation
@override
MethodElement? getMethod(String name) {
return element.getMethod(name);
}
Returns the method with the given name
, or null if not found.
@override
MethodElement? getMethod(String name) {
return element.getMethod(name);
}