menu
ffm package
documentation
stream-builder/src/stream_builder_2.dart
StreamTuple2<T1, T2>
StreamTuple2.new constructor
StreamTuple2.new constructor
dark_mode
light_mode
StreamTuple2<
T1
,
T2
>
constructor
StreamTuple2<
T1
,
T2
>
(
Stream
<
T1
>
stream1
,
Stream
<
T2
>
stream2
)
Implementation
StreamTuple2(this.stream1, this.stream2);
ffm package
documentation
stream-builder/src/stream_builder_2
StreamTuple2<T1, T2>
StreamTuple2.new constructor
StreamTuple2 class