factory BillCategoryDto.fromJson(Map<String, dynamic> json) { return BillCategoryDto( id: json["id"] as String, ); }