values constant

List<SensorType> const values

Implementation

static const $core.List<SensorType> values = <SensorType> [
  SENSOR_TYPE_UNSPECIFIED,
  SENSOR_TYPE_CAMERA,
  SENSOR_TYPE_MOVEMENT_SENSOR,
];