CoinsCurrentPublicInterestStats constructor

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

Implementation

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