PersonPreferences constructor

PersonPreferences({
  1. PreferencesNotification? notification,
})

Returns a new PersonPreferences instance.

Implementation

PersonPreferences({
  this.notification,
});