toJson method

Map<String, dynamic> toJson()

Implementation

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