Usersettings constructor

Usersettings({
  1. String? kind,
  2. UsersettingsNotesExport? notesExport,
  3. UsersettingsNotification? notification,
})

Implementation

Usersettings({
  this.kind,
  this.notesExport,
  this.notification,
});