ContributorWeekStatistics constructor

ContributorWeekStatistics(
  1. int? start,
  2. int? additions,
  3. int? deletions,
  4. int? commits,
)

Implementation

ContributorWeekStatistics(
  this.start,
  this.additions,
  this.deletions,
  this.commits,
);