GeneralPref constructor

GeneralPref({
  1. required CapturePhoto dangling,
  2. required CapturePhoto sparkling,
  3. required CapturePhoto feedback,
  4. required CapturePhoto pageTour,
  5. required CapturePhoto capturePhoto,
  6. required CapturePhoto sharePhoto,
  7. required CapturePhoto downloadPhoto,
  8. List<String>? allowedCategories,
})

Implementation

GeneralPref({
  required this.dangling,
  required this.sparkling,
  required this.feedback,
  required this.pageTour,
  required this.capturePhoto,
  required this.sharePhoto,
  required this.downloadPhoto,
  this.allowedCategories,
});