Usersettings constructor
Usersettings({
- String? kind,
- UsersettingsNotesExport? notesExport,
- UsersettingsNotification? notification,
Implementation
Usersettings({
this.kind,
this.notesExport,
this.notification,
});