core.Map<core.String, core.dynamic> toJson() { final currentBudget = this.currentBudget; return {'currentBudget': ?currentBudget}; }