Dart SDK
dart:async
StreamGroup
StreamGroup
StreamGroup
Dart SDK
dart:async
StreamGroup
StreamGroup
factory constructor
StreamGroup
Source
Dart SDK
dart:async
StreamGroup
Constructors
StreamGroup
Properties
key
values
hashCode
runtimeType
Operators
operator ==
Methods
cancel
noSuchMethod
toString
StreamGroup
(
K
key
,
Stream
<V>
values
)
Source
factory StreamGroup(K key, Stream<V> values) = StreamGroup<K, V>._;