newInstance method

  1. @override
DoubleRange newInstance()
override

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._();