BrokerState enum Null safety
The status of the broker.
Constructors
- BrokerState()
-
const
Values
- creationInProgress → const BrokerState
-
const BrokerState(0)
- creationFailed → const BrokerState
-
const BrokerState(1)
- deletionInProgress → const BrokerState
-
const BrokerState(2)
- running → const BrokerState
-
const BrokerState(3)
- rebootInProgress → const BrokerState
-
const BrokerState(4)
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
BrokerState> -
A constant List of the values in this enum, in order of their declaration.
[creationInProgress, creationFailed, deletionInProgress, running, rebootInProgress]