BluetoothState_State$json top-level constant

  1. @Deprecated('Use bluetoothStateDescriptor instead')
Map<String, Object> const BluetoothState_State$json

Implementation

@$core.Deprecated('Use bluetoothStateDescriptor instead')
const BluetoothState_State$json = const {
  '1': 'State',
  '2': const [
    const {'1': 'UNKNOWN', '2': 0},
    const {'1': 'UNAVAILABLE', '2': 1},
    const {'1': 'UNAUTHORIZED', '2': 2},
    const {'1': 'TURNING_ON', '2': 3},
    const {'1': 'ON', '2': 4},
    const {'1': 'TURNING_OFF', '2': 5},
    const {'1': 'OFF', '2': 6},
  ],
};