Map<String, dynamic> toJson() => { "id": id, "bounty_id": bountyId, "community_id": communityId, "communityData": communityData?.toJson(), };