ShortStatDto constructor

ShortStatDto(
  1. int numberOfChangedFiles,
  2. int insertions,
  3. int deletions
)

Implementation

ShortStatDto(this.numberOfChangedFiles, this.insertions, this.deletions);