open property

bool open
final

Whether the upper bound is open.

In other words, whether the range excludes value, i.e. { x | x < value }.

Implementation

final bool open;