We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 102d8d2 commit e703133Copy full SHA for e703133
lib/Model/notification_model.dart
@@ -55,7 +55,7 @@ class NotificationContentModel {
55
return NotificationContentModel(
56
identification: json['_id'],
57
id: json['id'],
58
- name: json['data']['title'],
+ name: json['data']['name'],
59
read: json['read'],
60
ts: json['ts'],
61
status: status,
0 commit comments