Range.nonNegative constructor
const
Range.nonNegative()
Shorthand for the common Range(0, null).
Implementation
const Range.nonNegative() : min = 0, max = null;
Shorthand for the common Range(0, null).
const Range.nonNegative() : min = 0, max = null;