LightingDetectionResult constructor
LightingDetectionResult({})
Creates a lighting detection result.
Implementation
LightingDetectionResult({
required this.isGoodLighting,
required this.avgBrightness,
required this.contrast,
required this.overexposureRatio,
required this.underexposureRatio,
this.issue,
});