Display constructor

Display({
  1. required String resolution,
  2. required String density,
  3. required String screenSize,
  4. required String refreshRate,
  5. required String hdrCapabilities,
  6. required String brightnessLevel,
  7. required String screenTimeout,
  8. required String orientation,
})

Implementation

Display({
  required this.resolution,
  required this.density,
  required this.screenSize,
  required this.refreshRate,
  required this.hdrCapabilities,
  required this.brightnessLevel,
  required this.screenTimeout,
  required this.orientation,
});