ContributorStatistics constructor

ContributorStatistics(
  1. User? author,
  2. int? total,
  3. List<ContributorWeekStatistics>? weeks
)

Implementation

ContributorStatistics(this.author, this.total, this.weeks);