factory DrHistory.fromJson(Map<String, dynamic> data) { return DrHistory( total: data['total'], failure: data['failure'], ); }