ContributorParticipation constructor

ContributorParticipation({
  1. List<int>? all,
  2. List<int>? owner,
})

Implementation

ContributorParticipation({
  this.all,
  this.owner,
});