Exposure constructor
Exposure({})
Implementation
Exposure({
this.mode,
this.priority,
required this.window,
this.minExposureTime,
this.maxExposureTime,
this.minGain,
this.maxGain,
this.minIris,
this.maxIris,
this.exposureTime,
this.gain,
this.iris,
});