NotificationTroubleshootActions enum Null safety
Constants
- actionAutostart → const NotificationTroubleshootActions
-
const NotificationTroubleshootActions(0)
- actionNotifications → const NotificationTroubleshootActions
-
const NotificationTroubleshootActions(1)
- actionPowersaving → const NotificationTroubleshootActions
-
const NotificationTroubleshootActions(2)
-
values
→ const List<
NotificationTroubleshootActions> -
A constant List of the values in this enum, in order of their declaration.
const List<
NotificationTroubleshootActions>
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