dependencies property

List<ReadonlySignal> dependencies
latefinal

List of dependencies to recompute the stream

Implementation

late final List<ReadonlySignal<dynamic>> dependencies;