Notification.fromJson constructor
Creates a Notification from a JSON object.
Implementation
factory Notification.fromJson(Map<String, Object?> json) => _$NotificationFromJson(json);
Creates a Notification from a JSON object.
factory Notification.fromJson(Map<String, Object?> json) => _$NotificationFromJson(json);