budgetFromJson function

Budget budgetFromJson(
  1. String str
)

id : "1" name : "Belowl 30Lakh"

Implementation

Budget budgetFromJson(String str) => Budget.fromJson(json.decode(str));