AccountAutoSaveSettings constructor

const AccountAutoSaveSettings({
  1. required AutoSaveSettingsBase usersSettings,
  2. required AutoSaveSettingsBase chatsSettings,
  3. required AutoSaveSettingsBase broadcastsSettings,
  4. required List<AutoSaveExceptionBase> exceptions,
  5. required List<ChatBase> chats,
  6. required List<UserBase> users,
})

Account Auto Save Settings constructor.

Implementation

const AccountAutoSaveSettings({
  required this.usersSettings,
  required this.chatsSettings,
  required this.broadcastsSettings,
  required this.exceptions,
  required this.chats,
  required this.users,
}) : super._();