Together constructor

Together({
  1. SensorMini? sensor,
  2. double? value,
})

Implementation

Together({this.sensor, this.value});