open property

bool open
final

Whether the lower bound is open.

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

Implementation

final bool open;