newInstance method
Creates a new empty instance of the range.
This method is used internally for operations that require creating a new range instance. Returns a new empty DoubleRange instance.
Implementation
@override
DoubleRange newInstance() => DoubleRange._();