Whether the lower bound is open.
In other words, whether this range excludes value, i.e. { x | value < x }.
{ x | value < x }
final bool open;