isLargerThan method
Check if this breakpoint is larger than another breakpoint
Implementation
bool isLargerThan(FSBreakpoint other) => value > other.value;
Check if this breakpoint is larger than another breakpoint
bool isLargerThan(FSBreakpoint other) => value > other.value;