UpdateSensorStatus constructor

UpdateSensorStatus(
  1. String type,
  2. String sensorType,
  3. int status
)

Implementation

UpdateSensorStatus(this.type, this.sensorType, this.status);