SensorType$json top-level constant

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

Implementation

@$core.Deprecated('Use sensorTypeDescriptor instead')
const SensorType$json = {
  '1': 'SensorType',
  '2': [
    {'1': 'SENSOR_TYPE_UNSPECIFIED', '2': 0},
    {'1': 'SENSOR_TYPE_CAMERA', '2': 1},
    {'1': 'SENSOR_TYPE_MOVEMENT_SENSOR', '2': 2},
  ],
};