PreferencesNotification constructor

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

Returns a new PreferencesNotification instance.

Implementation

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