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