RepeatIterableExtension<E> extension

on

Methods

repeat({int? count}) Iterable<E>
Returns an infinite iterable with the elements of this iterable. If count is provided the resulting iterator is limited to count repetitions.