values constant

Implementation

static const $core.List<DeviceStateResponse_BluetoothDeviceState> values =
    <DeviceStateResponse_BluetoothDeviceState>[
  DISCONNECTED,
  CONNECTING,
  CONNECTED,
  DISCONNECTING,
];