BountyCommunityMap constructor
BountyCommunityMap({
- int? id,
- int? bountyId,
- int? communityId,
- CommunityData? communityData,
Implementation
BountyCommunityMap({
this.id,
this.bountyId,
this.communityId,
this.communityData,
});