CentralState enum
Indicates the various states of Central.
Values
- absent → const CentralState
-
const CentralState('absent')
- poweredOff → const CentralState
-
const CentralState('powered-off')
- poweredOn → const CentralState
-
const CentralState('powered-on')
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
CentralState> - A constant List of the values in this enum, in order of their declaration.