NegotiatorState enum
The state a negotiator is currently in
Constructors
- NegotiatorState()
-
const
Values
- ready → const NegotiatorState
- done → const NegotiatorState
- retryLater → const NegotiatorState
- skipRest → const NegotiatorState
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
NegotiatorState> -
A constant List of the values in this enum, in order of their declaration.
[ready, done, retryLater, skipRest]