AutoDownloadSettingsPresets constructor
const
AutoDownloadSettingsPresets({
- required AutoDownloadSettings low,
- required AutoDownloadSettings medium,
- required AutoDownloadSettings high,
- dynamic extra,
- 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,
});