toStream method

Stream<V> toStream([
  1. Duration? interval
])

Creates a stream with the items in the list.

Implementation

Stream<V> toStream([Duration? interval]) => fn.toStream(this, interval);