SystemMessageStatus enum Null safety
Constants
- declined → const SystemMessageStatus
-
const SystemMessageStatus(2)
- expired → const SystemMessageStatus
-
const SystemMessageStatus(4)
- extension1 → const SystemMessageStatus
-
const SystemMessageStatus(5)
- extension2 → const SystemMessageStatus
-
const SystemMessageStatus(6)
- extension3 → const SystemMessageStatus
-
const SystemMessageStatus(7)
- extension4 → const SystemMessageStatus
-
const SystemMessageStatus(8)
- extension5 → const SystemMessageStatus
-
const SystemMessageStatus(9)
- ignored → const SystemMessageStatus
-
const SystemMessageStatus(3)
- init → const SystemMessageStatus
-
const SystemMessageStatus(0)
- passed → const SystemMessageStatus
-
const SystemMessageStatus(1)
-
values
→ const List<
SystemMessageStatus> -
A constant List of the values in this enum, in order of their declaration.
const List<
SystemMessageStatus>
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