StatusType enum
Values
- online → const StatusType
-
const StatusType('online')
- idle → const StatusType
-
const StatusType('idle')
- doNotDisturb → const StatusType
-
const StatusType('dnd')
- offline → const StatusType
-
const StatusType('offline')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
StatusType> - A constant List of the values in this enum, in order of their declaration.