operator > method

bool operator >(
  1. BreakpointSpec other
)

Returns true if this breakpoint is greater than other.

Implementation

bool operator >(BreakpointSpec other) => breakpoint > other.breakpoint;