SessionState enum Null safety
State of the session
Constants
- ended → const SessionState
-
const SessionState(5)
- ending → const SessionState
-
const SessionState(4)
- idle → const SessionState
-
const SessionState(0)
- resume_failed → const SessionState
-
const SessionState(8)
- resumed → const SessionState
-
const SessionState(7)
- resuming → const SessionState
-
const SessionState(6)
- start_failed → const SessionState
-
const SessionState(3)
- started → const SessionState
-
const SessionState(2)
- starting → const SessionState
-
const SessionState(1)
- suspended → const SessionState
-
const SessionState(9)
-
values
→ const List<
SessionState> -
A constant List of the values in this enum, in order of their declaration.
const List<
SessionState>
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