toStream method

DartStream<T> toStream()

Implementation

DartStream<T> toStream(){
  return DartStream.of(this.toList());
}