AccountSaveAutoDownloadSettings constructor

const AccountSaveAutoDownloadSettings({
  1. required bool low,
  2. required bool high,
  3. required AutoDownloadSettingsBase settings,
})

Account Save Auto Download Settings constructor.

Implementation

const AccountSaveAutoDownloadSettings({
  required this.low,
  required this.high,
  required this.settings,
}) : super._();