SensorEvent constructor

const SensorEvent(
  1. Sensor sensor,
  2. int accuracy,
  3. int timestamp,
  4. List<double> values,
)

Implementation

const SensorEvent(
  this.sensor,
  this.accuracy,
  this.timestamp,
  this.values,
);