ReceivedInfo constructor
ReceivedInfo({
- int? id,
- String? title,
- String? body,
- NoticePayload? payload,
Implementation
ReceivedInfo({
this.id,
this.title,
this.body,
this.payload,
});