factory NotifyUpdate.fromJson(Map<String, dynamic> json) { return NotifyUpdate( NotificationBase.fromJson(json['model']), json['originalRead']); }