toAppPreferences method
Converts this model to AppPreferences entity
Implementation
AppPreferences toAppPreferences() {
return AppPreferences(
locale: locale,
textSize: textSize,
themeMode: themeMode,
notificationsEnabled: notificationsEnabled,
highContrastEnabled: highContrastEnabled,
);
}