toAppPreferences method
Implementation
AppPreferences toAppPreferences() {
return AppPreferences(
locale: locale,
textSize: textSize,
themeMode: themeMode,
notificationsEnabled: notificationsEnabled,
highContrastEnabled: highContrastEnabled,
);
}