Dependencies<D> typedef
Dependencies<D> = Set<BehaviorSubject<D> >
Signals that a computation is dependent on.
Implementation
typedef Dependencies<D> = Set<BehaviorSubject<D>>;
Signals that a computation is dependent on.
typedef Dependencies<D> = Set<BehaviorSubject<D>>;