ContributionLinks constructor

ContributionLinks({
  1. ContributionLinksContributor? contributor,
  2. ContributionLinksFeedback? feedback,
})

Returns a new ContributionLinks instance.

Implementation

ContributionLinks({
  this.contributor,
  this.feedback,
});