isSmallerThan method

bool isSmallerThan(
  1. FSBreakpoint other
)

Check if this breakpoint is smaller than another breakpoint

Implementation

bool isSmallerThan(FSBreakpoint other) => value < other.value;