Loads a notification from a json map.
factory Notification.fromJson(Map<String, dynamic> json) => _$NotificationFromJson(json);