streams property

StreamTuple2<T1, T2> streams
final

Collection of streams for this widget to listen to. New data in any stream triggers builder to rerun

Implementation

final StreamTuple2<T1, T2> streams;