Interval.empty constructor

Interval.empty()

Returns an immutable empty set.

Implementation

factory Interval.empty() => _emptyInterval;