MmChannelNotifyProps constructor

MmChannelNotifyProps({
  1. bool? email,
  2. String? push,
  3. String? desktop,
  4. String? markUnread,
})

Returns a new MmChannelNotifyProps instance.

Implementation

MmChannelNotifyProps({
  this.email,
  this.push,
  this.desktop,
  this.markUnread,
});