isSmallerThan method
Check if this breakpoint is smaller than another breakpoint
Implementation
bool isSmallerThan(FSBreakpoint other) => value < other.value;
Check if this breakpoint is smaller than another breakpoint
bool isSmallerThan(FSBreakpoint other) => value < other.value;