PersonPatchPreferencesNotification constructor

PersonPatchPreferencesNotification({
  1. bool? mail,
  2. bool? push,
})

Returns a new PersonPatchPreferencesNotification instance.

Implementation

PersonPatchPreferencesNotification({
  this.mail,
  this.push,
});