equals method

bool equals(
  1. String name
)

Returns if the active breakpoint is name.

Implementation

bool equals(String name) => breakpoint.name == name;