LightAnalysis constructor

const LightAnalysis({
  1. required LightCondition condition,
  2. required double averageLuminance,
  3. required double estimatedLux,
  4. required bool torchRecommended,
})

Implementation

const LightAnalysis({
  required this.condition,
  required this.averageLuminance,
  required this.estimatedLux,
  required this.torchRecommended,
});