menu
kaeru package
documentation
shared/reactive_notifier.dart
ReactiveNotifier<T>
mounted property
mounted property
dark_mode
light_mode
mounted
property
bool
get
mounted
Whether the notifier is mounted.
Implementation
bool get mounted => _mounted;
kaeru package
documentation
shared/reactive_notifier
ReactiveNotifier<T>
mounted property
ReactiveNotifier class