LightAnalysis constructor
const
LightAnalysis({
- required LightCondition condition,
- required double averageLuminance,
- required double estimatedLux,
- required bool torchRecommended,
Implementation
const LightAnalysis({
required this.condition,
required this.averageLuminance,
required this.estimatedLux,
required this.torchRecommended,
});