MmPushNotification constructor
MmPushNotification({
- String? ackId,
- String? platform,
- String? serverId,
- String? deviceId,
- String? postId,
- String? category,
- String? sound,
- String? message,
- num? badge,
- num? contAva,
- String? teamId,
- String? channelId,
- String? rootId,
- String? channelName,
- String? type,
- String? senderId,
- String? senderName,
- String? overrideUsername,
- String? overrideIconUrl,
- String? fromWebhook,
- String? version,
- bool? isIdLoaded,
Returns a new MmPushNotification instance.
Implementation
MmPushNotification({
this.ackId,
this.platform,
this.serverId,
this.deviceId,
this.postId,
this.category,
this.sound,
this.message,
this.badge,
this.contAva,
this.teamId,
this.channelId,
this.rootId,
this.channelName,
this.type,
this.senderId,
this.senderName,
this.overrideUsername,
this.overrideIconUrl,
this.fromWebhook,
this.version,
this.isIdLoaded,
});