Dart
dart:async
StreamView
<
T
>
StreamView const constructor
description
StreamView<
T
> constructor
const
StreamView<
T
>
(
Stream
<
T
>
stream
)
Implementation
const
StreamView(Stream<T> stream) : _stream = stream,
super
._internal();