BluetoothState_State class
- Inheritance
- Object
- ProtobufEnum
- BluetoothState_State
Properties
-
hashCode
→ int
-
The hash code for this object. [...]
read-only, inherited
-
name
→ String
-
This enum's name, as specified in the .proto file.
final, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
value
→ int
-
This enum's integer value, as specified in the .proto file.
final, inherited
Constants
-
OFF
→ const BluetoothState_State
-
const BluetoothState_State._(6, 'OFF')
-
ON
→ const BluetoothState_State
-
const BluetoothState_State._(4, 'ON')
-
TURNING_OFF
→ const BluetoothState_State
-
const BluetoothState_State._(5, 'TURNING_OFF')
-
TURNING_ON
→ const BluetoothState_State
-
const BluetoothState_State._(3, 'TURNING_ON')
-
UNAUTHORIZED
→ const BluetoothState_State
-
const BluetoothState_State._(2, 'UNAUTHORIZED')
-
UNAVAILABLE
→ const BluetoothState_State
-
const BluetoothState_State._(1, 'UNAVAILABLE')
-
UNKNOWN
→ const BluetoothState_State
-
const BluetoothState_State._(0, 'UNKNOWN')
-
values
→ const List<BluetoothState_State>
-
const <BluetoothState_State>[UNKNOWN, UNAVAILABLE, UNAUTHORIZED, TURNING_ON, ON, TURNING_OFF, OFF]