addAllStartingAt_Unsafe abstract method Null safety
Internal implementation of addAllStartingAt, which does not do any safety checks regarding sorting. Only to be overridden in children.
Implementation
@protected
// ignore: non_constant_identifier_names
void addAllStartingAt_Unsafe(Iterable<T> source,
[int skipItems = 0, int? nrItems]);