Range.nonNegative constructor

const Range.nonNegative()

Shorthand for the common Range(0, null).

Implementation

const Range.nonNegative() : min = 0, max = null;