menu
electrician_app
features/settings/domain/entities/app_preferences.dart
AppPreferences
notificationsEnabled property
notificationsEnabled
dark_mode
light_mode
description
notificationsEnabled
property
bool
notificationsEnabled
final
Whether notifications are enabled (for future use)
Implementation
final bool notificationsEnabled;
electrician_app
app_preferences
AppPreferences
notificationsEnabled property
AppPreferences class