UserPreferencesDevMode class Null safety

Collapsed/expanded display of "dev mode" for the preferences page.

The dev mode is triggered this way:

  • go to the "forgotten password" page
  • click 10 times on the action button (in French "Changer le mot de passe")
  • you'll see a dialog; obviously click "yes"
  • go to the preferences page
  • expand/collapse any item
  • then you'll see the dev mode in red

Constructors

UserPreferencesDevMode({required dynamic setState(dynamic ()), required dynamic context, required dynamic userPreferences, required dynamic appLocalizations, required dynamic themeData})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

getBody() List
getPreferencePageType() → dynamic
getSubtitle() → dynamic
getTitle() → dynamic
getTitleString() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
A string representation of this object. [...]
inherited

Operators

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

Constants

userPreferencesAppLanguageCode → const String
'__appLanguage'
userPreferencesCameraPostFrameDuration → const String
'__cameraPostFrameDuration'
userPreferencesEnumScanMode → const String
'__scanMode'
userPreferencesFlagAdditionalButton → const String
'__additionalButtonOnProductPage'
userPreferencesFlagEditIngredients → const String
'__editIngredients'
userPreferencesFlagProd → const String
'__devWorkingOnProd'
userPreferencesFlagStrongMatching → const String
'__lenientMatching'
userPreferencesFlagUseMLKit → const String
'__useMLKit'
userPreferencesTestEnvHost → const String
'__testEnvHost'