menu
Dart
dart:async
StreamView
<
T
>
StreamView const constructor
StreamView
dark_mode
light_mode
description
StreamView<
T
>
constructor
const
StreamView<
T
>
(
Stream
<
T
>
stream
)
Implementation
const StreamView(Stream<T> stream) : _stream = stream;
Dart
dart:async
StreamView
<
T
>
StreamView const constructor
StreamView class
Cookies management controls