CommitStats constructor

CommitStats({
  1. String? mutationCount,
})

Implementation

CommitStats({
  this.mutationCount,
});