empty method

Range<T> empty()

Implementation

Range<T> empty() => createRange(isEmpty: true);