SensorInfo constructor
const
SensorInfo({})
Implementation
const SensorInfo({
required this.name,
required this.vendor,
required this.type,
required this.version,
required this.power,
required this.resolution,
required this.maxRange,
});