GlobalPrivacySettings constructor

const GlobalPrivacySettings({
  1. required bool archiveAndMuteNewNoncontactPeers,
  2. required bool keepArchivedUnmuted,
  3. required bool keepArchivedFolders,
})

Global Privacy Settings constructor.

Implementation

const GlobalPrivacySettings({
  required this.archiveAndMuteNewNoncontactPeers,
  required this.keepArchivedUnmuted,
  required this.keepArchivedFolders,
}) : super._();