YearCommitCountWeek constructor

YearCommitCountWeek({
  1. List<int>? days,
  2. int? total,
  3. int? timestamp,
})

Implementation

YearCommitCountWeek({this.days, this.total, this.timestamp});