AppSettingsModel class

Annotations

Constructors

AppSettingsModel()

Properties

defaultElectricalStandardId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
highContrastEnabled bool
High contrast enabled (for future use)
getter/setter pair
id Id
getter/setter pair
locale String
Current locale (language) - 'es' or 'en'
getter/setter pair
notificationsEnabled bool
Notifications enabled (for future use)
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textSize TextSizePreference
Text size preference
getter/setter pair
themeMode AppThemeMode
Theme mode
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toAppPreferences() AppPreferences
Converts this model to AppPreferences entity
toString() String
A string representation of this object.
inherited
updateFromAppPreferences(AppPreferences prefs) → void
Updates this model from AppPreferences entity

Operators

operator ==(Object other) bool
The equality operator.
inherited