SettingsCode enum Null safety
SettingsCode defined all supported enum.
Constants
- ACCESSIBILITY → const SettingsCode
-
const SettingsCode(3)
- ADD_ACCOUNT → const SettingsCode
-
const SettingsCode(4)
- AIRPLANE_MODE → const SettingsCode
-
const SettingsCode(5)
- ALL_APPS_SETTINGS → const SettingsCode
-
const SettingsCode(7)
- APN → const SettingsCode
-
const SettingsCode(6)
- APP_SETTINGS → const SettingsCode
-
const SettingsCode(0)
- BATTERY_OPTIMIZATION → const SettingsCode
-
const SettingsCode(20)
- BATTERY_SAVER → const SettingsCode
-
const SettingsCode(8)
- BLUETOOTH → const SettingsCode
-
const SettingsCode(1)
- DATA_USAGE → const SettingsCode
-
const SettingsCode(10)
- DATE → const SettingsCode
-
const SettingsCode(11)
- DEVICE_INFO → const SettingsCode
-
const SettingsCode(12)
- DISPLAY → const SettingsCode
-
const SettingsCode(13)
- FINGERPRINT_ENROLL → const SettingsCode
-
const SettingsCode(16)
- HOME → const SettingsCode
-
const SettingsCode(14)
- INTERNAL_STORAGE → const SettingsCode
-
const SettingsCode(15)
- KEYBOARD → const SettingsCode
-
const SettingsCode(9)
- LOCALE → const SettingsCode
-
const SettingsCode(17)
- LOCATION → const SettingsCode
-
const SettingsCode(18)
- NFC → const SettingsCode
-
const SettingsCode(21)
- NOTIFICATION → const SettingsCode
-
const SettingsCode(23)
- PRIVACY → const SettingsCode
-
const SettingsCode(19)
- SOUND → const SettingsCode
-
const SettingsCode(22)
-
values
→ const List<
SettingsCode> -
A constant List of the values in this enum, in order of their declaration.
const List<
SettingsCode> - WIFI → const SettingsCode
-
const SettingsCode(2)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
override
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited