SensorDeviceData constructor

SensorDeviceData({
  1. SensorTypeDevice? wideAngle,
  2. SensorTypeDevice? ultraWideAngle,
  3. SensorTypeDevice? telephoto,
  4. SensorTypeDevice? trueDepth,
})

Implementation

SensorDeviceData({
  this.wideAngle,
  this.ultraWideAngle,
  this.telephoto,
  this.trueDepth,
});