PublicInterestStats constructor Null safety

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

Implementation

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