DeviceStateResponse_BluetoothDeviceState$json top-level constant

Map<String, Object> const DeviceStateResponse_BluetoothDeviceState$json

Implementation

const DeviceStateResponse_BluetoothDeviceState$json = const {
  '1': 'BluetoothDeviceState',
  '2': const [
    const {'1': 'DISCONNECTED', '2': 0},
    const {'1': 'CONNECTING', '2': 1},
    const {'1': 'CONNECTED', '2': 2},
    const {'1': 'DISCONNECTING', '2': 3},
  ],
}