NotificationPayload constructor
NotificationPayload({
- String? id,
- String? rid,
- NotificationUser? sender,
- String? type,
- NotificationMessage? message,
Implementation
NotificationPayload({
this.id,
this.rid,
this.sender,
this.type,
this.message,
});