PublicInterestStats constructor

PublicInterestStats({
  1. int alexaRank,
  2. dynamic bingMatches,
})

Implementation

PublicInterestStats({
  this.alexaRank,
  this.bingMatches,
});