menu
electrician_app
features/settings/domain/entities/app_preferences.dart
AppPreferences
locale property
locale
dark_mode
light_mode
description
locale
property
String
locale
final
Current locale (language) setting ('es' or 'en')
Implementation
final String locale;
electrician_app
app_preferences
AppPreferences
locale property
AppPreferences class