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