MmUserNotifyProps constructor

MmUserNotifyProps({
  1. bool? email,
  2. String? push,
  3. String? desktop,
  4. bool? desktopSound,
  5. String? mentionKeys,
  6. bool? channel,
  7. bool? firstName,
})

Returns a new MmUserNotifyProps instance.

Implementation

MmUserNotifyProps({
  this.email,
  this.push,
  this.desktop,
  this.desktopSound,
  this.mentionKeys,
  this.channel,
  this.firstName,
});