SensorDeviceData constructor
      
      SensorDeviceData({ 
    
    
- SensorTypeDevice? wideAngle,
- SensorTypeDevice? ultraWideAngle,
- SensorTypeDevice? telephoto,
- SensorTypeDevice? trueDepth,
Implementation
SensorDeviceData({
  this.wideAngle,
  this.ultraWideAngle,
  this.telephoto,
  this.trueDepth,
});