SensorMini constructor

SensorMini({
  1. String? id,
  2. String? name,
})

Implementation

SensorMini({this.id, this.name});