subjects property

List<Subject<State>> get subjects

List of subjects that the observer is attached to. This list is unmodifiable.

Implementation

List<Subject<State>> get subjects => UnmodifiableListView(_subjects);