Priority enum
Constants
- PRIORITY_DEFAULT → const Priority
-
const Priority(0)
- PRIORITY_HIGH → const Priority
-
const Priority(3)
- PRIORITY_LOW → const Priority
-
const Priority(1)
- PRIORITY_MAX → const Priority
-
const Priority(4)
- PRIORITY_MIN → const Priority
-
const Priority(2)
-
values
→ const List<
Priority> -
A constant List of the values in this enum, in order of their declaration.
const List<
Priority>
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