PersonPatchPreferences constructor

PersonPatchPreferences({
  1. PersonPatchPreferencesNotification? notification,
})

Returns a new PersonPatchPreferences instance.

Implementation

PersonPatchPreferences({
  this.notification,
});