WeeklyChangesCount constructor

WeeklyChangesCount(
  1. {int? timestamp,
  2. int? additions,
  3. int? deletions}
)

Implementation

WeeklyChangesCount({
  this.timestamp,
  this.additions,
  this.deletions,
});