menu
refreshed package
documentation
get_state_manager/src/rx_flutter/rx_notifier.dart
StateMixin<T>
isDisposed property
isDisposed property
dark_mode
light_mode
isDisposed
property
bool
get
isDisposed
inherited
Checks if the notifier has been disposed.
Implementation
bool get isDisposed => _updaters == null;
refreshed package
documentation
get_state_manager/src/rx_flutter/rx_notifier
StateMixin<T>
isDisposed property
StateMixin mixin