SetAutoDownloadSettings constructor

const SetAutoDownloadSettings(
  1. {required AutoDownloadSettings settings,
  2. required NetworkType type}
)

Sets auto-download settings

Implementation

const SetAutoDownloadSettings({
  required this.settings,
  required this.type,
});