SummaryStats constructor

SummaryStats({
  1. double? twoYearMeanCitedness,
  2. int? hIndex,
  3. int? i10Index,
})

Implementation

SummaryStats({
  this.twoYearMeanCitedness,
  this.hIndex,
  this.i10Index,
});