DeviceStateResponse_BluetoothDeviceState class

Inheritance
  • Object
  • ProtobufEnum
  • DeviceStateResponse_BluetoothDeviceState

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) DeviceStateResponse_BluetoothDeviceState

Constants

CONNECTED → const DeviceStateResponse_BluetoothDeviceState
const DeviceStateResponse_BluetoothDeviceState._(2, 'CONNECTED')
CONNECTING → const DeviceStateResponse_BluetoothDeviceState
const DeviceStateResponse_BluetoothDeviceState._(1, 'CONNECTING')
DISCONNECTED → const DeviceStateResponse_BluetoothDeviceState
const DeviceStateResponse_BluetoothDeviceState._(0, 'DISCONNECTED')
DISCONNECTING → const DeviceStateResponse_BluetoothDeviceState
const DeviceStateResponse_BluetoothDeviceState._(3, 'DISCONNECTING')
values → const List<DeviceStateResponse_BluetoothDeviceState>
const <DeviceStateResponse_BluetoothDeviceState>[DISCONNECTED, CONNECTING, CONNECTED, DISCONNECTING]