hasSameName abstract method

bool hasSameName(
  1. String other
)

Checks if the function has the name name

Must return true when functions have the same name

Implementation

bool hasSameName(String other);