factory BudgetDetail.fromJson(Map<String, dynamic> json) { return BudgetDetail( budgetName: json['BudgetName'] as String?, ); }