hasMethod abstract method

bool hasMethod(
  1. String name
)

Returns true if this element has a method with the given name.

Implementation

bool hasMethod(String name);