isUnbounded property

bool isUnbounded

Whether this boundary is a UNBOUNDED PRECEDING or UNBOUNDED FOLLOWING.

Implementation

bool get isUnbounded => _type == _BoundaryType.unboundedOffset;