factory TotalSavedModel.fromJson(Map<String, dynamic> json) => TotalSavedModel( data: json["data"]?.toDouble(), message: json["message"], );