Preferences class
Constructors
- Preferences({bool? enableAutoAway, int? idleTimeoutLimit, int? desktopNotificationDuration, String? audioNotifications, String? desktopNotifications, String? mobileNotifications, bool? unreadAlert, bool? useEmojis, bool? convertAsciiEmoji, bool? autoImageLoad, bool? saveMobileBandwidth, bool? collapseMediaByDefault, bool? hideUsernames, bool? hideRoles, bool? hideFlexTab, bool? hideAvatars, String? roomsListExhibitionMode, String? sidebarViewMode, bool? sidebarHideAvatar, bool? sidebarShowUnread, bool? sidebarShowFavorites, String? sendOnEnter, int? messageViewMode, String? emailNotificationMode, bool? roomCounterSidebar, String? newRoomNotification, String? newMessageNotification, bool? muteFocusedConversations, int? notificationsSoundVolume})
- Preferences.fromMap(Map? json)
Properties
- audioNotifications ↔ String?
-
getter/setter pair
- autoImageLoad ↔ bool?
-
getter/setter pair
- collapseMediaByDefault ↔ bool?
-
getter/setter pair
- convertAsciiEmoji ↔ bool?
-
getter/setter pair
- desktopNotificationDuration ↔ int?
-
getter/setter pair
- desktopNotifications ↔ String?
-
getter/setter pair
- emailNotificationMode ↔ String?
-
getter/setter pair
- enableAutoAway ↔ bool?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setteroverride
- hideAvatars ↔ bool?
-
getter/setter pair
- hideFlexTab ↔ bool?
-
getter/setter pair
- hideRoles ↔ bool?
-
getter/setter pair
- hideUsernames ↔ bool?
-
getter/setter pair
- idleTimeoutLimit ↔ int?
-
getter/setter pair
- messageViewMode ↔ int?
-
getter/setter pair
- mobileNotifications ↔ String?
-
getter/setter pair
- muteFocusedConversations ↔ bool?
-
getter/setter pair
- newMessageNotification ↔ String?
-
getter/setter pair
- newRoomNotification ↔ String?
-
getter/setter pair
- notificationsSoundVolume ↔ int?
-
getter/setter pair
- roomCounterSidebar ↔ bool?
-
getter/setter pair
- roomsListExhibitionMode ↔ String?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- saveMobileBandwidth ↔ bool?
-
getter/setter pair
- sendOnEnter ↔ String?
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
getter/setter pair
- unreadAlert ↔ bool?
-
getter/setter pair
- useEmojis ↔ bool?
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override