AutoDownloadSettingsPresets constructor

const AutoDownloadSettingsPresets(
  1. {required AutoDownloadSettings low,
  2. required AutoDownloadSettings medium,
  3. required AutoDownloadSettings high,
  4. dynamic extra,
  5. int? clientId}
)

Contains auto-download settings presets for the current user

Implementation

const AutoDownloadSettingsPresets({
  required this.low,
  required this.medium,
  required this.high,
  this.extra,
  this.clientId,
});