operator > method

bool operator >(
  1. Breakpoints other
)

Implementation

bool operator >(Breakpoints other) => index > other.index;