hasMethod abstract method

bool hasMethod(
  1. String methodName
)

Checks if this mixin has a method with the given name.

Implementation

bool hasMethod(String methodName);