toStream method

Stream<List<int>> toStream()

Implementation

Stream<List<int>> toStream() => Stream.value(this).asBroadcastStream();