dependencies property

Set<ValueNotifier> get dependencies

Get the dependencies this computed value relies on

Implementation

Set<ValueNotifier> get dependencies => Set.unmodifiable(_dependencies);