skip method

*<Null safety>*
  • @override

Iterable<E> skip (int n) inherited

Implementation

@override
Iterable<E> skip(int n) => _base.skip(n);