AutosaveSettings constructor

AutosaveSettings({
  1. ScopeAutosaveSettings? privateChatSettings,
  2. ScopeAutosaveSettings? groupSettings,
  3. ScopeAutosaveSettings? channelSettings,
  4. required List<AutosaveSettingsException> exceptions,
})

Implementation

AutosaveSettings({
  this.privateChatSettings,
  this.groupSettings,
  this.channelSettings,
  required this.exceptions,
});