SettingsData constructor

SettingsData({
  1. required String thumbSize,
  2. required String perPage,
  3. required List<String> purity,
  4. required List<String> categories,
  5. required List<String> resolutions,
  6. required List<String> aspectRatios,
  7. required String toplistRange,
  8. required List<String> tagBlacklist,
  9. required List<String> userBlacklist,
})

Implementation

SettingsData({
  required this.thumbSize,
  required this.perPage,
  required this.purity,
  required this.categories,
  required this.resolutions,
  required this.aspectRatios,
  required this.toplistRange,
  required this.tagBlacklist,
  required this.userBlacklist,
});