take method

*<Null safety>*
  • @override

Iterable<E> take (int n) inherited

Implementation

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