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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() String
Returns this enum's name.
inherited

Operators

operator ==(dynamic other) bool
The equality operator. [...]
inherited

Static Methods

valueOf(int value) BluetoothState_State

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]