Interval.open constructor

const Interval.open()

A fully open interval with start and end set to null.

Implementation

const Interval.open() : this(null, null);