menu
mvvm_service package
documentation
components/state_subscription.dart
StateSubscription<T>
watchers property
watchers property
dark_mode
light_mode
watchers
property
Set
<
Element
>
watchers
final
Elements actively watching this state.
Implementation
final Set<Element> watchers = {};
mvvm_service package
documentation
components/state_subscription
StateSubscription<T>
watchers property
StateSubscription class