BountyCommunityMap constructor

BountyCommunityMap({
  1. int? id,
  2. int? bountyId,
  3. int? communityId,
  4. CommunityData? communityData,
})

Implementation

BountyCommunityMap({
  this.id,
  this.bountyId,
  this.communityId,
  this.communityData,
});