DiagnosticInfo constructor

DiagnosticInfo(
  1. {double maskScore,
  2. double brightness,
  3. double contrast,
  4. double sharpness}
)

Implementation

DiagnosticInfo(
    {this.maskScore, this.brightness, this.contrast, this.sharpness});