SetAutoDownloadSettings constructor
const
SetAutoDownloadSettings({
- required AutoDownloadSettings settings,
- required NetworkType type,
Sets auto-download settings
Implementation
const SetAutoDownloadSettings({
required this.settings,
required this.type,
});